summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-13 15:42:44 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-13 15:42:44 +0000
commitf0ea022d0ee8bc3d039f3111430b65178d46aea4 (patch)
treec88dcc84f7288408d3876b27c7f2b4d4d05a2cd9 /CHANGES
parent0c1ff39ccd194cf8338798575e4a509b592b41c9 (diff)
Use box function to redraw Fl_Browser_, Fl_Input_, and Fl_Slider.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2580 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 2a921b30d..4ddf755cc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,9 @@ CHANGES IN FLTK 1.1.0rc6
- Fl::handle() didn't apply the modal tests for
FL_RELEASE events, which caused Fl_Tabs to allow users
to change tabs even when a modal window was open.
- - Fl_Input_ now draws the box function to erase the
- background. This fixes redraw problems noticed with
- the plastic scheme.
+ - Fl_Browser_, Fl_Input_, Fl_Slider now use the box
+ function to erase the background. This fixes some
+ long-standing redraw problems.
- More snprintf/strlcpy/strlcat changes where needed.
- Fl::get_font_name() would leak 128 bytes.
- Eliminated most of the "shadowed" variables to avoid