From 2427ff39af82dff08932c9a1682ff76553053f54 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 10 Sep 2024 20:46:50 +0200 Subject: [PATCH] re-create annunciators' textures after changing contrast --- src/ui_sdl2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui_sdl2.c b/src/ui_sdl2.c index 0383d7c..2e28f09 100644 --- a/src/ui_sdl2.c +++ b/src/ui_sdl2.c @@ -1059,6 +1059,7 @@ void sdl_adjust_contrast( void ) // redraw annunc last_annunc_state = -1; + create_annunciators_textures(); sdl_draw_annunc(); }