Mark group dirty when clicking "allow redundant constraints" link.
Otherwise, the now-valid constraint will not become satisfied.
This commit is contained in:
parent
e1d6dac87a
commit
19e77e7866
|
@ -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
Block a user