remove debug output
This commit is contained in:
parent
2b702fa6ef
commit
f35539da1f
@ -216,7 +216,7 @@ Item {
|
||||
}
|
||||
}
|
||||
}
|
||||
onMovementEnded: {print(Math.round(contentX/columnWidth))
|
||||
onMovementEnded: {
|
||||
scrollToLevel(Math.round(contentX/columnWidth)+1)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user