summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-04-24 12:20:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-04-24 12:20:36 +0000
commita89ca324a4ba7817be73b71e41c4bb0819dfc3ad (patch)
treebf0dcc0257295fcf99ed47e13cecb62668040fd7 /CHANGES
parentc90c981570c974935953cc3ee742a4d009c31301 (diff)
Fix a recursion bug in the tooltip code - didn't need to grab(), but
might need to add the set_override() method to the 1.1 window classes... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2104 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2656e8e22..d13276871 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.0rc1
+ - Fixed a recursion bug in tooltips that was causing
+ random crashes.
- fl_file_chooser() could cause a segfault when passed a
NULL filename parameter in some situations.
- Added a "-g" option to fltk-config to support quick