(RMenu) Only set y member of menu_panel

This commit is contained in:
twinaphex 2013-04-13 15:53:44 +02:00
parent 5fe12a629d
commit 34a66a45ea
1 changed files with 0 additions and 4 deletions

View File

@ -1115,10 +1115,7 @@ static void browser_render(void *data)
#ifdef HAVE_MENU_PANEL
//check if this is the currently selected file
if (strcmp(browser->current_dir.path, browser->list->elems[i].data) == 0)
{
menu_panel->x = 0;
menu_panel->y = y_increment;
}
#endif
font_parms.x = POSITION_X;
@ -2574,7 +2571,6 @@ static int select_setting(uint8_t menu_type, uint64_t input)
continue;
#ifdef HAVE_MENU_PANEL
menu_panel->x = 0;
menu_panel->y = y_increment;
#endif