mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
fixed style changes not forcing ui elements to update
This commit is contained in:
parent
979dce510e
commit
b836b486a2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace MLEM.Ui {
|
|||
this.style = value;
|
||||
foreach (var root in this.rootElements) {
|
||||
root.Element.AndChildren(e => e.System = this);
|
||||
root.Element.SetAreaDirty();
|
||||
root.Element.ForceUpdateArea();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue