Remove extra provider lookup in favor of modelData
This commit is contained in:
@@ -44,7 +44,7 @@ StackLayout {
|
|||||||
z: 1.2
|
z: 1.2
|
||||||
height: parent.height * 0.25
|
height: parent.height * 0.25
|
||||||
width: parent.width
|
width: parent.width
|
||||||
show: elementColumn.children[ySelect].provider.getShow(elementColumn.children[ySelect].repeaterModel[elementColumn.children[ySelect].xIndex])
|
show: modelData.getShow(elementColumn.children[ySelect].repeaterModel[elementColumn.children[ySelect].xIndex])
|
||||||
}
|
}
|
||||||
ScrollView {
|
ScrollView {
|
||||||
z: 1.0
|
z: 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user