summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-02 17:52:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-02 17:52:36 +0000
commit839dfca77853da7ee76e585e9044e5bbf63a678f (patch)
tree99df2d1a5b4f88df71473d97bff1162434ddfb33 /CHANGES
parent9671c0429064f38e70ba1e441cd6ec071f310b3a (diff)
Redraw fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2276 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 5ba24da1c..bb631b05b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
CHANGES IN FLTK 1.1.0rc3
- Documentation updates.
+ - Fixed some redraw() bugs, and now redraw portions of
+ the parent widget when the label appears outside the
+ widget.
- The boolean (char) value methods in Fl_Preferences
have been removed since some C++ compilers can't
handle char and int value methods with the same name.