diff --git a/MLEM.Ui/UiSystem.cs b/MLEM.Ui/UiSystem.cs index ffe5224..3fe17c4 100644 --- a/MLEM.Ui/UiSystem.cs +++ b/MLEM.Ui/UiSystem.cs @@ -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(); } } }