diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-24 12:20:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-24 12:20:36 +0000 |
| commit | a89ca324a4ba7817be73b71e41c4bb0819dfc3ad (patch) | |
| tree | bf0dcc0257295fcf99ed47e13cecb62668040fd7 /CHANGES | |
| parent | c90c981570c974935953cc3ee742a4d009c31301 (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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
