summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-02-24 21:51:38 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-02-24 21:51:38 +0000
commit9cca0a6c9afe50e2baf64cb37ad091d3eb1eb623 (patch)
tree7c9be7058cd8440d87cc154d9a0426fea39e08cd /CHANGES
parent2df3459457eb7c83fea191fa6105fca0c8ca7e8d (diff)
Added QNX bug workaround for menu handling (STR #704)
src/Fl_Menu.cxx: - menuwindow::handle(): #ifdef QNX check for done menu git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4051 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b932c5361..ff748d2fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
CHANGES IN FLTK 1.1.7
- Documentation fixes (STR #648, STR #692)
+ - Added QNX bug workaround for menu handling (STR #704)
- Added Greg Ercolano's simple Fl_Input_Choice widget
which is a combination of the Fl_Input and
Fl_Menu_Button widgets (STR #650)