QtQuick: Don't reset zoom when scrollbars appear

remotes/offline-stg/wilder
Aleix Pol 8 years ago
parent df35e22314
commit bf6f5f74dc
  1. 1
      mobile/components/DocumentView.qml

@ -91,6 +91,7 @@ QtControls.ScrollView {
flick.resizeContent(Math.max(flick.width+1, initialWidth * mouseArea.scale), Math.max(flick.height, initialHeight * mouseArea.scale), pinch.center);
mouseArea.scale = 1;
resizeTimer.stop()
flick.returnToBounds();
}
MouseArea {

Loading…
Cancel
Save