修复FluCarousel设置autoPlay为false时手动翻页仍触发自动轮播翻页问题 issue: #563
This commit is contained in:
parent
7a6efa41fb
commit
e226599396
|
@ -95,7 +95,9 @@ Item {
|
||||||
currentIndex = 1
|
currentIndex = 1
|
||||||
}
|
}
|
||||||
d.flagXChanged = false
|
d.flagXChanged = false
|
||||||
timer_run.restart()
|
if(d.isAnimEnable){
|
||||||
|
timer_run.restart()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
onMovementStarted: {
|
onMovementStarted: {
|
||||||
d.flagXChanged = true
|
d.flagXChanged = true
|
||||||
|
|
Loading…
Reference in New Issue