forked from len0rd/rockbox
revert r25271 which caused more problems than it tried to fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25296 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7e84cca441
commit
dafca1405e
3 changed files with 15 additions and 14 deletions
|
@ -85,7 +85,7 @@ void sb_skin_data_load(enum screen_type screen, const char *buf, bool isfile)
|
|||
success = false;
|
||||
}
|
||||
/* hide this viewport, forever */
|
||||
vp->hidden_flags = VP_NEVER_CLEAR;
|
||||
vp->hidden_flags = VP_NEVER_VISIBLE;
|
||||
}
|
||||
|
||||
if (!success && isfile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue