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(); }