summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.c')
-rw-r--r--apps/menu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c
index 8edec58587..3fb1749073 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,
433 redraw_lists = false; 433 redraw_lists = false;
434 if (!hide_bars) 434 if (!hide_bars)
435 { 435 {
436#ifdef HAVE_BUTTONBAR
437 gui_buttonbar_draw(&buttonbar);
438#endif
436 gui_syncstatusbar_draw(&statusbars, true); 439 gui_syncstatusbar_draw(&statusbars, true);
437 } 440 }
438 action = get_action(CONTEXT_MAINMENU, 441 action = get_action(CONTEXT_MAINMENU,