diff --git a/src/describescreen.cpp b/src/describescreen.cpp index 17f7361..03fafee 100644 --- a/src/describescreen.cpp +++ b/src/describescreen.cpp @@ -47,6 +47,7 @@ void TextWindow::ScreenConstraintToggleReference(int link, uint32_t v) { SS.UndoRemember(); c->reference = !c->reference; + SS.MarkGroupDirty(c->group); SS.ScheduleShowTW(); }