« get me outta code hell

Make menubar select first item, like context menus - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-09-30 16:28:23 -0300
committerFlorrie <towerofnix@gmail.com>2019-09-30 16:34:06 -0300
commit79b7d2a133a566fbc10666ea5b74b4d15d28e481 (patch)
treead334daadbd58534f33f20be3cdcc8f017c3037f /todo.txt
parent1418f06eda87edd99ae5bce4f29247e486930bcb (diff)
Make menubar select first item, like context menus
This also tidies up the logic for changing the selected element from
context menus to the menubar, fixing a bug where the menubar forgets
which element was selected before it, and not re-introducing the bug
which the complex logic fixed in the first place (which was the menubar
seeing the context menu as the previously selected element, when the
menu will be destroyed by the time the menubar restores its selection).
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 8a86e5f..e95a8e7 100644
--- a/todo.txt
+++ b/todo.txt
@@ -420,3 +420,4 @@ TODO: Investigate menubar UX - now that it uses KeyboardSelector, it's very
       comparable in interaction to ContextMenus. To match context menus,
       should we make its selection index reset to zero (i.e. the 'mtui' option)
       whenever it's selected (via the keyboard)?
+      (Done! Decided yes.)