Fix #15787: toggling upper case banners only works after 10 secs

This commit is contained in:
Artem Yanenko 2022-06-21 20:37:45 +02:00 committed by GitHub
parent 3e2abdd2be
commit 790e237b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -959,6 +959,7 @@ private:
gConfigGeneral.upper_case_banners ^= 1;
config_save_default();
Invalidate();
scrolling_text_invalidate();
break;
case WIDX_DISABLE_LIGHTNING_EFFECT_CHECKBOX:
gConfigGeneral.disable_lightning_effect ^= 1;