mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
this would never happen
This commit is contained in:
parent
1fa563be46
commit
5fcee515e2
1 changed files with 1 additions and 4 deletions
|
@ -355,11 +355,8 @@ namespace MLEM.Ui.Elements {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ScrollChildren() {
|
private void ScrollChildren() {
|
||||||
if (!this.scrollOverflow) {
|
if (!this.scrollOverflow)
|
||||||
if (this.scrolledChildren.Count > 0)
|
|
||||||
this.scrolledChildren.Clear();
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
// we ignore false grandchildren so that the children of the scroll bar stay in place
|
// we ignore false grandchildren so that the children of the scroll bar stay in place
|
||||||
var currentChildren = new HashSet<Element>(this.GetChildren(c => c != this.ScrollBar, true, true));
|
var currentChildren = new HashSet<Element>(this.GetChildren(c => c != this.ScrollBar, true, true));
|
||||||
|
|
Loading…
Reference in a new issue