Commits on Source (2)
-
- Certain implementations provide their own wheel handler, which does not respect our options. - We should not use an uncustomized control for such a marginal view since we have no control on how it would appear and behave. - Using pure `Flickable` allows fine-grained control. Other option here could be adding a child `Flickable`, but that is not necessary since the parent item is a focus scope anyway.
22c34ea7 -
The custom scroll handler, which makes it possible to disable smooth scrolling has been used in various flickables except here.
691016b8