Fix typo in the new default values for %V, so that the background color is actually set on 16-bit targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17692 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5105d8e4ad
commit
c2416bf8b9
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ static int parse_viewport(const char *wps_bufptr,
|
|||
if ((valid&(1<<PL_FG)) == 0)
|
||||
vp->fg_pattern = global_settings.fg_color;
|
||||
if ((valid&(1<<PL_BG)) == 0)
|
||||
vp->fg_pattern = global_settings.bg_color;
|
||||
vp->bg_pattern = global_settings.bg_color;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue