mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-26 06:28:35 +01:00
this actually does not work
This commit is contained in:
parent
619db6bb94
commit
fef1d7959d
1 changed files with 1 additions and 5 deletions
|
@ -307,11 +307,7 @@ namespace MLEM.Ui.Elements {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var newArea = new Rectangle(pos, actualSize);
|
this.area = new Rectangle(pos, actualSize);
|
||||||
if (newArea == this.area)
|
|
||||||
return;
|
|
||||||
|
|
||||||
this.area = newArea;
|
|
||||||
this.OnAreaUpdated?.Invoke(this);
|
this.OnAreaUpdated?.Invoke(this);
|
||||||
|
|
||||||
foreach (var child in this.Children)
|
foreach (var child in this.Children)
|
||||||
|
|
Loading…
Reference in a new issue