mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +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
|
@ -306,12 +306,8 @@ namespace MLEM.Ui.Elements {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
var newArea = new Rectangle(pos, actualSize);
|
||||
if (newArea == this.area)
|
||||
return;
|
||||
|
||||
this.area = newArea;
|
||||
this.area = new Rectangle(pos, actualSize);
|
||||
this.OnAreaUpdated?.Invoke(this);
|
||||
|
||||
foreach (var child in this.Children)
|
||||
|
|
Loading…
Reference in a new issue