summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-10-01 18:37:27 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-10-01 18:37:27 +0000
commit5fe1f6c1ec9fbfea0de4f0a908ab7931bf4cda71 (patch)
tree3b3d90e495ff4c1301f231dcd7b5a38495a637c8 /CHANGES
parentfcd05e51c5c98602d70de488310da1cbc4f4cbf9 (diff)
Fix handling of a trailing "\" in Fl_Menu_::add()...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2643 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 6ff079d4d..07c03252d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.0
+ - Fl_Menu_:add() didn't handle a trailing "\" character
+ gracefully.
- Clicking/dragging the middle mouse button in a
scrollbar now moves directly to that scroll position,
matching the behavior of other toolkits.