adding active awareness and modifying todo
This commit is contained in:
parent
d9f8d1cec9
commit
80fb1673c9
2 changed files with 9 additions and 7 deletions
|
@ -212,7 +212,8 @@ Item {
|
|||
|
||||
Connections {
|
||||
target: serviceItemModel
|
||||
onDataChanged: previewSlidesList.positionViewAtIndex(index,
|
||||
onDataChanged: if (active)
|
||||
previewSlidesList.positionViewAtIndex(index,
|
||||
ListView.Center)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue