From d511ce4accddda31f51329efa383693bf294bfd1 Mon Sep 17 00:00:00 2001 From: robnee Date: Sat, 27 Mar 2021 11:35:59 -0400 Subject: [PATCH] Trigger redraw on load factory default styles --- src/style.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.cpp b/src/style.cpp index 19a1835c..7f89e7b8 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -389,6 +389,7 @@ void TextWindow::ScreenShowStyleInfo(int link, uint32_t v) { void TextWindow::ScreenLoadFactoryDefaultStyles(int link, uint32_t v) { Style::LoadFactoryDefaults(); SS.TW.GoToScreen(Screen::LIST_OF_STYLES); + SS.GW.persistentDirty = true; } void TextWindow::ScreenCreateCustomStyle(int link, uint32_t v) {