diff options
Diffstat (limited to 'openbox/menu.c')
| -rw-r--r-- | openbox/menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index 99043cd5..fae9dca6 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -582,6 +582,7 @@ void menu_control_keyboard_nav(unsigned int key) } default: ((ObMenu *)menu_visible->data)->hide(menu_visible->data); + current_menu = NULL; } return; } |
