View Single Post
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#63
Originally Posted by mattaustin View Post
1) Fix image zoom - I think this used to work, but it broke with the Sailfish OS update to Qt 5.2.
You can either do the three finger workaround (just place third finger and then zoom, bit wonky but works), or edit /usr/share/harbour-quickddit/qml/ImageViewPage.qml file, after NumberAnimation definition in PinchArea (around line 180 for me) add:
Code:
            Rectangle {
                opacity: 0.0
                anchors.fill: parent
            }
This fixes it for good

(based on this commit by veskuh that fixed tweetian: https://github.com/veskuh/Tweetian/c...77e2483f735113)
 

The Following 2 Users Say Thank You to szopin For This Useful Post: