forked from len0rd/rockbox
revert FS#6747 — y-margin reset in gui_list_draw, it introduced a nasty
scroll bug which isnt so simple to fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12719 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c2d2106fd7
commit
f83d6eb145
3 changed files with 9 additions and 3 deletions
|
@ -646,6 +646,7 @@ int solitaire_menu(bool in_game)
|
|||
break;
|
||||
|
||||
case 3:
|
||||
rb->lcd_setmargins(0, 0);
|
||||
if (solitaire_help() == HELP_USB)
|
||||
result = MENU_USB;
|
||||
break;
|
||||
|
@ -656,6 +657,7 @@ int solitaire_menu(bool in_game)
|
|||
}
|
||||
}
|
||||
rb->menu_exit(m);
|
||||
rb->lcd_setmargins(0, 0);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue