Mark group dirty when clicking "allow redundant constraints" link.

Otherwise, the now-valid constraint will not become satisfied.
This commit is contained in:
whitequark 2016-10-10 17:44:01 +00:00
parent e1d6dac87a
commit 19e77e7866

View File

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