From 7795b0bc1911a01eaa4661e252488d8f07ec2135 Mon Sep 17 00:00:00 2001 From: robnee Date: Sun, 7 Feb 2021 09:20:57 -0500 Subject: [PATCH] mark group dirty when toggling reference dimension --- src/describescreen.cpp | 1 + 1 file changed, 1 insertion(+) 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(); }