diff options
Diffstat (limited to 'apps/menu.c')
| -rw-r--r-- | apps/menu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c index 8edec58..3fb1749 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -433,6 +433,9 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected, redraw_lists = false; if (!hide_bars) { +#ifdef HAVE_BUTTONBAR + gui_buttonbar_draw(&buttonbar); +#endif gui_syncstatusbar_draw(&statusbars, true); } action = get_action(CONTEXT_MAINMENU, |