Skip to content

Draft: swipearea: Add support for nested flickables

Devin Lin requested to merge work/devinlin/flickfix into master

Fixes: #318

I've been unable to replicate the behavior in Flickable https://github.com/qt/qtdeclarative/blob/dev/src/quick/items/qquickflickable.cpp that allows for nested flickables to not conflict with each other, so I've pursued an uglier approach where I manually find whether receiving children have a Flickable parent, and determine if the flickable will be active.

Merge request reports