Regenerate the sketch after allowing redundant constraints.

This commit is contained in:
whitequark 2016-03-18 20:46:46 +00:00
parent 7c2200584a
commit 762af7d2ad

View File

@ -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();