mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
(RGUI) Ensure menu color theme is applied immediately
This commit is contained in:
parent
b40aa13418
commit
d683892b1f
@ -1142,6 +1142,7 @@ static void prepare_rgui_colors(rgui_t *rgui, settings_t *settings)
|
||||
rgui->colors.border_light_color = argb32_to_pixel_platform_format(theme_colors.border_light_color);
|
||||
|
||||
rgui->bg_modified = true;
|
||||
rgui->force_redraw = true;
|
||||
}
|
||||
|
||||
static uint16_t rgui_bg_filler(rgui_t *rgui, unsigned x, unsigned y)
|
||||
|
Loading…
x
Reference in New Issue
Block a user