Fix glitch of TabOptions menu
This commit is contained in:
parent
9814549fb3
commit
c30b75091a
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ void setupTabMenu(FbTk::Menu& parent, ConfigMenu::SetupHelper& sh, _Cmd& save_re
|
|||
sh.screen, p.placement, save_reconftabs));
|
||||
}
|
||||
p_menu->updateMenu();
|
||||
menu->updateMenu();
|
||||
parent.insertSubmenu(label, menu);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue