Fix FS#10983 - r24568 was just moronic. Sorry
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24578 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
91be725c79
commit
fd2fdc2d75
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ static void toggle_theme(enum screen_type screen, bool force)
|
|||
/* remove the left overs from the previous screen.
|
||||
* could cause a tiny flicker. Redo your screen code if that happens */
|
||||
#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
|
||||
screens[i].backdrop_show(sb_get_backdrop(i));
|
||||
screens[screen].backdrop_show(sb_get_backdrop(screen));
|
||||
#endif
|
||||
if (!was_enabled[screen] || force)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue