Temporary fix for JPEG error handle; we need to flag the error in

the callback function and test for it in the main code...


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3969 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2005-01-25 20:50:25 +00:00
parent 633e4ef5a5
commit 1d871d5744
2 changed files with 5 additions and 6 deletions
+1
View File
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.7
- Fixes to Fl_JPEG_Image error handler.
- Fl_Menu::popup() and ::pulldown() would crash an
application if a callback created widgets before they
returned (STR #685)