Regenerate the sketch after allowing redundant constraints.

pull/4/head
whitequark 2016-03-18 20:46:46 +00:00
parent 7c2200584a
commit 762af7d2ad
1 changed files with 1 additions and 0 deletions

View File

@ -459,6 +459,7 @@ void TextWindow::ScreenAllowRedundant(int link, uint32_t v) {
Group *g = SK.GetGroup(SS.TW.shown.group); Group *g = SK.GetGroup(SS.TW.shown.group);
g->allowRedundant = true; g->allowRedundant = true;
SS.GenerateAll();
SS.TW.shown.screen = SCREEN_GROUP_INFO; SS.TW.shown.screen = SCREEN_GROUP_INFO;
SS.TW.Show(); SS.TW.Show();