summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-11-08 15:45:33 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-11-08 15:45:33 +0000
commite5cdd193b2f57bb55851eb6bba764003ea01ffe5 (patch)
treef3b358851d7b2afb79cbddec39cee6acb0fec70a /CHANGES
parentee58dd2f628ef045db0706b812a3bc9febcac6d9 (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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 09b051836..40ef7cb46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.