Remove extra provider lookup in favor of modelData
This commit is contained in:
@@ -44,7 +44,7 @@ StackLayout {
|
||||
z: 1.2
|
||||
height: parent.height * 0.25
|
||||
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 {
|
||||
z: 1.0
|
||||
|
||||
Reference in New Issue
Block a user