Commit 79527600 authored by Jacob Walser's avatar Jacob Walser

InstrumentSwipeView: update current page index on page change

parent ea4bfaf8
......@@ -29,6 +29,7 @@ Item {
function showPage(pageIndex) {
pageRow.x = -(pageIndex * _pageWidth)
_currentPage = pageIndex
}
function showNextPage() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment