mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
menu.c: Handle keybinding based Reconfigure while menu is shown
This commit is contained in:
parent
428423cfa9
commit
420c0712f8
1 changed files with 1 additions and 0 deletions
|
|
@ -593,6 +593,7 @@ void
|
|||
menu_reconfigure(struct server *server)
|
||||
{
|
||||
menu_finish();
|
||||
server->menu_current = NULL;
|
||||
menu_init_rootmenu(server);
|
||||
menu_init_windowmenu(server);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue