mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-26 06:28:35 +01:00
this was unintended
This commit is contained in:
parent
ac8b09e74f
commit
f7810c8204
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue