fix layout in reverse mode
Change-Id: Ib81611f149821fc79669ae191a03daeba840b802
This commit is contained in:
parent
4b1970cf83
commit
c17ed3a107
@ -204,7 +204,7 @@ Item {
|
||||
|
||||
for (var i = 0; i < childCount; ++i, itemIndex += increment) {
|
||||
var child = root.children[itemIndex]
|
||||
if (!child.visible || root.children[i].text === undefined) {
|
||||
if (!child.visible || root.children[itemIndex].text === undefined) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user