diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-10-29 12:13:56 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-10-29 12:13:56 +0000 |
| commit | c0664eefcde176a015d21af4ef04f665d5a6b7dc (patch) | |
| tree | c58215123479f74637ace49261cefa28d5af01fc /CHANGES | |
| parent | cec43a6cb1d889b16c0b1e872e81c08e71045663 (diff) | |
Fl_File_Browser did not calculate the width of directory items
correctly (STR #1470)
src/Fl_File_Browser.cxx:
- Fl_File_Browser::item_width(): Use a bold font for directory
items.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5529 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ CHANGES IN FLTK 1.1.8 + - Fl_File_Browser did not calculate the width of + directory items correctly (STR #1470) - Fl_Pack incorrectly started widgets at an offset of 1/2 the spacing value. - FLUID did not generate correct window class code if |
