diff --git a/src/textscreens.cpp b/src/textscreens.cpp index e00b2bd..72c88e7 100644 --- a/src/textscreens.cpp +++ b/src/textscreens.cpp @@ -469,6 +469,7 @@ void TextWindow::ScreenAllowRedundant(int link, uint32_t v) { Group *g = SK.GetGroup(SS.TW.shown.group); g->allowRedundant = true; + SS.MarkGroupDirty(g->h); SS.GenerateAll(); SS.TW.shown.screen = SCREEN_GROUP_INFO;