Trigger redraw on load factory default styles
parent
53f5e4e7e5
commit
d511ce4acc
|
@ -389,6 +389,7 @@ void TextWindow::ScreenShowStyleInfo(int link, uint32_t v) {
|
||||||
void TextWindow::ScreenLoadFactoryDefaultStyles(int link, uint32_t v) {
|
void TextWindow::ScreenLoadFactoryDefaultStyles(int link, uint32_t v) {
|
||||||
Style::LoadFactoryDefaults();
|
Style::LoadFactoryDefaults();
|
||||||
SS.TW.GoToScreen(Screen::LIST_OF_STYLES);
|
SS.TW.GoToScreen(Screen::LIST_OF_STYLES);
|
||||||
|
SS.GW.persistentDirty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void TextWindow::ScreenCreateCustomStyle(int link, uint32_t v) {
|
void TextWindow::ScreenCreateCustomStyle(int link, uint32_t v) {
|
||||||
|
|
Loading…
Reference in New Issue