Regenerate the sketch after allowing redundant constraints.
parent
7c2200584a
commit
762af7d2ad
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue