summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-03-26 01:16:41 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-03-26 01:16:41 +0000
commit216453a981b2012a7517597efa1a5ffd8f780645 (patch)
treeac0d2b48a7db8dd7f73130c16b2f8596752bd054 /CHANGES
parent52f7cb86a0aea36cac1e63f2681bed6d8c8d1a52 (diff)
Fix widget callback code error check and assignment.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d67bd26e0..77edde4dd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
CHANGES IN FLTK 1.1.4
+ - FLUID could crash after displaying a syntax error
+ dialog for the callback code.
+ - FLUID would reset the callback code if you opened the
+ widget panel for multiple widgets.
- Added a NULL check to Fl_Text_Display (SF Bug #706921).
- The fltk-config script placed the LDFLAGS at the wrong
place in the linker options.