mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-10-31 21:00:51 +01:00
fixed panels unnecessarily trying to ScrollSetup (regression 3127ad5
)
This commit is contained in:
parent
30432e43d4
commit
b2f457088d
1 changed files with 2 additions and 1 deletions
|
@ -233,7 +233,8 @@ namespace MLEM.Ui.Elements {
|
|||
if (grandchild) {
|
||||
this.ScrollChildren();
|
||||
// we also need to re-setup here in case the child is involved in a special GetTotalCoveredArea
|
||||
this.ScrollSetup();
|
||||
if (!this.AreaDirty)
|
||||
this.ScrollSetup();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue