From 762af7d2ad39bf439bcdac8d1823735828eda981 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 18 Mar 2016 20:46:46 +0000 Subject: [PATCH] Regenerate the sketch after allowing redundant constraints. --- src/textscreens.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/textscreens.cpp b/src/textscreens.cpp index ef577939..5cf4eeb5 100644 --- a/src/textscreens.cpp +++ b/src/textscreens.cpp @@ -459,6 +459,7 @@ void TextWindow::ScreenAllowRedundant(int link, uint32_t v) { Group *g = SK.GetGroup(SS.TW.shown.group); g->allowRedundant = true; + SS.GenerateAll(); SS.TW.shown.screen = SCREEN_GROUP_INFO; SS.TW.Show();