mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Fix menu crash bug (STR #685)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3959 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
CHANGES IN FLTK 1.1.7
|
||||
|
||||
- Fl_Double_Window would cause a full redraw, even if only
|
||||
small parts of the UI were changed on Mac OS X.
|
||||
- Fl_Menu::popup() and ::pulldown() would crash an
|
||||
application if a callback created widgets before they
|
||||
returned (STR #685)
|
||||
- Fl_Double_Window would cause a full redraw, even if
|
||||
only small parts of the UI were changed on Mac OS X.
|
||||
- Fl_JPEG_Image did not correctly handle errors reported
|
||||
by the JPEG library (STR #652)
|
||||
- Fl_Menu now draws sub-menu arrows like other toolkits
|
||||
|
||||
Reference in New Issue
Block a user