Mark group dirty when clicking "allow redundant constraints" link.
Otherwise, the now-valid constraint will not become satisfied.pull/66/head
parent
9bcba4b92c
commit
3ff236c494
|
@ -469,6 +469,7 @@ void TextWindow::ScreenAllowRedundant(int link, uint32_t v) {
|
|||
|
||||
Group *g = SK.GetGroup(SS.TW.shown.group);
|
||||
g->allowRedundant = true;
|
||||
SS.MarkGroupDirty(g->h);
|
||||
SS.GenerateAll();
|
||||
|
||||
SS.TW.shown.screen = Screen::GROUP_INFO;
|
||||
|
|
Loading…
Reference in New Issue