mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
unconditioannly show the main/base skins backdrop when enabling the theme so plugins show the correct backdrop in menus
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24568 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ba45adbafc
commit
9955e9a7df
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ 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));
|
||||
#endif
|
||||
if (!was_enabled[screen] || force)
|
||||
{
|
||||
struct viewport deadspace, user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue