Mouse wheel behaviour in nested Flickables (Qt 5.2 vs. 5.3)
-
I have a big Listview, whose Item delegate contains another Listview (both horizontally scrolling). When I build my app (for Desktop) in 5.3 I can scroll both Listviews when mouse cursor is over the small Listview - when the small Listview reaches bounds, big Listview is moved. In Qt 5.2 I just can't scroll the big Listview when mouse cursor is over small one. Can make it work this way?