diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-11-08 15:45:33 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-11-08 15:45:33 +0000 |
| commit | e5cdd193b2f57bb55851eb6bba764003ea01ffe5 (patch) | |
| tree | f3b358851d7b2afb79cbddec39cee6acb0fec70a /CHANGES | |
| parent | ee58dd2f628ef045db0706b812a3bc9febcac6d9 (diff) | |
Fix label redraw bug.
Remove unused variable.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2829 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ CHANGES IN FLTK 1.1.2 + - The redraw_label() method didn't damage the parent + window when the label was outside the widget's + bounding box. - Added a "draw_children()" method to Fl_Group to make subclassing Fl_Group with a custom draw() function easier. |
