Skip to content

Work around MouseArea being parented under flickable.contentItem

Rodney requested to merge dobey/camera-app:fix-zoom into master

In newer versions of Qt, it seems the MouseArea gets reparented under the contentItem of flickable, which creates some odd conflicts between the MouseArea, Flickable, and PinchArea components. By specifying parent as flickable, we work around these issues.

Edited by Rodney

Merge request reports