fix(qml):【ukui 4】【全屏菜单】字母排序下,导航状态未跟应用区对应
This commit is contained in:
parent
0f5e1636ad
commit
7985110082
|
@ -552,7 +552,7 @@ RowLayout {
|
||||||
labelListView.currentIndex = labelRepeater.count - 1
|
labelListView.currentIndex = labelRepeater.count - 1
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
labelListView.currentIndex = labelColumn.childAt(contentX,contentY).labelIndex
|
labelListView.currentIndex = labelColumn.childAt(contentX, contentY + 200).labelIndex
|
||||||
}
|
}
|
||||||
|
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
|
|
Loading…
Reference in New Issue