diff --git a/CHANGES b/CHANGES index 38dae6911..dfa4e57ca 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ CHANGES IN FLTK 1.1.7 - Documentation fixes (STR #648, STR #692, STR #730, STR #744, STR #745) + - Removed flwaed attempt to find items via + Fl_Menu_::find_item() in linked submenus - Fluid interactive window resizing fixe (STR #873, 791) - Fluid panel resize and alignment fixes (STR #891) - Fl_Window::show(argc, argv) now sets the scheme before diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html index 2a94a7f82..d60228389 100644 --- a/documentation/Fl_Menu_.html +++ b/documentation/Fl_Menu_.html @@ -235,7 +235,8 @@ global() setting (so don't destroy the widget!)
Returns a pointer to the menu item with the given (full) pathname. If no matching menu item can be found, a NULL pointer -is returned.
+is returned. This function does not search submenus that are linked +via FL_SUBMENU_POINTER.