mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02:00
more subpanel fixes
This commit is contained in:
parent
252780dc5d
commit
b7d195e817
1 changed files with 1 additions and 1 deletions
|
@ -888,10 +888,10 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Now recalculate new heights of subsequent widgets
|
||||
for(var j = i + 1; j < keys.length; ++j) {
|
||||
|
||||
this.items[keys[j]].moveUp(this.getCurrentY(keys[j]));
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue