rockbox/apps/gui/skin_engine
Aidan MacDonald 420fb1163c skin engine: Fix bug with %Vs(color) tag
The %Vs(color) tag doesn't set the text style properly and causes
the background to not be cleared when rendering lines. For static
text this is rarely a problem, but for scrolling text it'll cause
the text to "smear" once it starts scrolling.

Fix this by setting STYLE_DEFAULT, so the background gets redrawn
when the line scrolls.

Bug report: https://forums.rockbox.org/index.php/topic,54320.0.html

Change-Id: I835c806005ea40fd6bac3692e52a9c325581a293
2022-10-01 12:58:00 +01:00
..
skin_backdrops.c skin_engine.c settings_apply_skins cleanup 2022-03-15 20:17:11 -04:00
skin_display.c Fix multiple potential null pointer dereferencess 2020-10-28 08:42:49 -04:00
skin_display.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
skin_engine.c skin_engine.c settings_apply_skins cleanup 2022-03-15 20:17:11 -04:00
skin_engine.h skin_engine.c settings_apply_skins cleanup 2022-03-15 20:17:11 -04:00
skin_parser.c skin engine: Fix bug with %Vs(color) tag 2022-10-01 12:58:00 +01:00
skin_render.c Skin_engine optimize element switches 2020-11-13 19:14:56 +00:00
skin_tokens.c touchscreen: change odd sentinel value for time of last touch 2021-11-21 20:26:20 +00:00
skin_touchsupport.c Touchscreen: adjust how bar padding is handled 2021-06-22 21:37:02 +01:00
wps_internals.h Touchscreen: adjust how bar padding is handled 2021-06-22 21:37:02 +01:00