Implemented selection on 3d devices view
This commit is contained in:
@ -45,6 +45,7 @@ ColumnLayout {
|
||||
Layout.fillHeight: true
|
||||
|
||||
clip: true
|
||||
highlightRangeMode: ListView.StrictlyEnforceRange
|
||||
|
||||
onCountChanged: if (count === 0 && currentIndex >= 0) currentIndex = -1
|
||||
|
||||
|
Reference in New Issue
Block a user