nextSlideAction triggers nextslide on last item in list
This commit is contained in:
parent
2e72a01c6f
commit
62e1b07ec1
4 changed files with 12 additions and 3 deletions
|
@ -116,6 +116,7 @@ ColumnLayout {
|
|||
}
|
||||
onClicked: {
|
||||
serviceItemList.currentIndex = index;
|
||||
currentServiceItem = index;
|
||||
changeServiceItem(index);
|
||||
}
|
||||
onRightClicked: rightClickMenu.popup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue