summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-06 14:22:05 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-06 14:22:05 +0000
commit16de7b6048bbc01ed0cf3a7bced4c94d10334f7c (patch)
treebca5767bc1aa37cee15bb00fd8302a937eef939f /CHANGES
parenta4cd699340c05a2c9525c1c5deadeee4d786ef24 (diff)
The button width/height arrays were not properly initialized before
calling fl_measure()... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2283 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 913608335..96e6c3826 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,8 @@ CHANGES IN FLTK 1.1.0rc3
- Documentation updates.
- Did some testing with Valgrind and fixed some memory
problems in Fl_Help_View::Fl_HelpView,
- Fl_Menu_::remove(), and Fl_Text_Display::draw_vline().
+ Fl_Menu_::remove(), Fl_Text_Display::draw_vline(), and
+ resizeform() (convenience dialogs).
- Fixed some redraw() bugs, and now redraw portions of
the parent widget when the label appears outside the
widget.