diff --git a/apps/menu.c b/apps/menu.c index 147d4b2aee..ca27196cd9 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -289,7 +289,7 @@ int menu_show(int m) #endif /* Put the cursor on the first line and draw the menu */ - put_cursor(m, 0); + put_cursor(m, menus[m].cursor); while (!exit) { key = button_get_w_tmo(HZ/2);