summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-01-28 19:48:31 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-01-28 19:48:31 +0000
commitae8675a45fb6418d6a994b3b159be8bedb8689ef (patch)
treee2c03a056350fd581bbab16f1bed881d8b0056ae /CHANGES
parent48a997d0ad81fb213b0c52a878bc2fb196ada431 (diff)
Fix order of idle/check processing compared to events (STR #1535)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5645 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 44ba77638..2f4fbcf60 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - WIN32 did check callbacks after the event processing instead of
+ before as documented (STR #1535)
- Fl_File_Chooser now hides the window before doing a callback
when the user clicks on the OK button (STR #1565)
- Fixed indentation of nested HTML elements (STR #1549)