Fix FS#11370 - BEWARE when useing viewport colours.
commitaac825c3b6e96bc9a78ac71082e6475540f3090f
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 7 Jun 2010 11:45:02 +0000 (7 11:45 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 7 Jun 2010 11:45:02 +0000 (7 11:45 +0000)
tree640dce65f5a92255f0843407931f7adcf93e3084
parent1a90c339fd306fe9d20ae9e07a916c5f8638cfdd
Fix FS#11370 - BEWARE when useing viewport colours.
%Vf() and %Vb() need to be straight after the %V() or else the colours wont be set on the viewport (but on the line instead). This means scrolling lines dont work.

To make sure the colours are used for the whole viewport dont leave any gaps between %V and %Vf/%Vb. (of course, if you want a single line to be a different colour then use the %Vf as normal.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26656 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_parser.c