(RMenu) Only set y member of menu_panel
This commit is contained in:
parent
5fe12a629d
commit
34a66a45ea
|
@ -1115,10 +1115,7 @@ static void browser_render(void *data)
|
||||||
#ifdef HAVE_MENU_PANEL
|
#ifdef HAVE_MENU_PANEL
|
||||||
//check if this is the currently selected file
|
//check if this is the currently selected file
|
||||||
if (strcmp(browser->current_dir.path, browser->list->elems[i].data) == 0)
|
if (strcmp(browser->current_dir.path, browser->list->elems[i].data) == 0)
|
||||||
{
|
|
||||||
menu_panel->x = 0;
|
|
||||||
menu_panel->y = y_increment;
|
menu_panel->y = y_increment;
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
font_parms.x = POSITION_X;
|
font_parms.x = POSITION_X;
|
||||||
|
@ -2574,7 +2571,6 @@ static int select_setting(uint8_t menu_type, uint64_t input)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
#ifdef HAVE_MENU_PANEL
|
#ifdef HAVE_MENU_PANEL
|
||||||
menu_panel->x = 0;
|
|
||||||
menu_panel->y = y_increment;
|
menu_panel->y = y_increment;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue