summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-06-27 07:45:45 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-06-27 07:45:45 +0200
commitb692cc55dabb63dae4bec2bd92590764c71e4a70 (patch)
tree3552e3136918f24a99dc0dccfbccb907f8dc1ea8 /CHANGES.txt
parent64cd50c1306258460becf81ff06058e09a357929 (diff)
Navigation in menubar: wrap around when using arrow past end or start of menubar.
Slight behavior change of Fl_Menu_Bar relatively to 1.3: left and right arrow keys when pressed in the first (resp. last) (sub)menu of a menubar wrap to the menu at the other end of the bar. Also, left and right arrow keys open the previous (resp. next) menu of the bar when pressed in a submenu. Rationale: macOS, gnome and Windows apps equipped with a menubar do that.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3189d3056..1c016abf2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -248,6 +248,8 @@ Changes in FLTK 1.4.0 Released: Feb ?? 2024
keyboard focus (STR #2989).
- Renamed test/help.cxx demo program to test/help_dialog.cxx to avoid
name conflict with CMake's auto-generated target 'help'.
+ - Fl_Menu_Bar: left and right arrow keys now wrap to the menu at the
+ other end of the menubar when pressed in the first (resp. last) menu.
- Many documentation fixes, clarifications, and enhancements.