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