summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2004-06-07 19:23:12 +0000
committerMatthias Melcher <fltk@matthiasm.com>2004-06-07 19:23:12 +0000
commite85d7a87523b157b92a7a4d20029f80c4dccbec5 (patch)
tree03e36456ee997b771320934b1ff797616b96d13a /CHANGES
parent8b298e1b9ba706f7fa3c281698c14ad55037da90 (diff)
The first menuitem in a menulist would not honor teh MENU_INVISIBLE flag.
I added the function Fl_Menu_Item::first() whi returns the first visible menuitem, just like ::next() returns the next visible item, and added the ::first() call in the Menu code. first() is an inline function that calls next(0). I updated next() to correctly handle list where the current item is invisible. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3448 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 c2a8d3da4..d745f9e07 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.5rc2
+ - first Menu Item in a list would not go invisible
+ (STR #406)
- Documaentation fix (STR #412)
- Documentation updates (STR #365, STR #399)
- Fl_Text_Buffer::replace() now range checks its input