1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-26 14:41:41 +02:00

this was unintended

This commit is contained in:
Ellpeck 2019-12-25 12:19:55 +01:00
parent ac8b09e74f
commit f7810c8204

View file

@ -180,6 +180,7 @@ namespace MLEM.Ui.Elements {
if (this.Root != null) if (this.Root != null)
this.Root.OnElementRemoved(e); this.Root.OnElementRemoved(e);
}); });
this.SetSortedChildrenDirty();
this.SetAreaDirty(); this.SetAreaDirty();
} }