summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-02-13 03:55:10 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-02-13 03:55:10 +0000
commitab0949c1f7bbe9c793cdfd3d71c09d6576581a0b (patch)
treed51708d078731d866dcc58b414a7fd7e64b6975b /CHANGES
parentaf16ba7e8bedeb1caa9e15739cc11dfd3c85d49a (diff)
File chooser fix from Kurt Konolige.
Mousewheel event propagation fix for Fl_Group. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1958 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4fb1c06e1..70bb9dfbb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
CHANGES IN FLTK 1.1.0b11
+ - Fixed a minor event propagation bug in Fl_Group that
+ caused mousewheel events to be passed to scrollbars
+ that were not visible.
+ - The fl_file_chooser() function did not preserve the
+ old file/directory like the old file chooser did.
- The prototypes for fl_input() and fl_password() did
not default the "default value" to NULL.
- Fl_Tabs now draws tabs using the selection_color() of