Merge lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1545142 into lp:ubuntu-docviewer-app

Proposed by Stefano Verzegnassi
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 332
Merged at revision: 341
Proposed branch: lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1545142
Merge into: lp:ubuntu-docviewer-app
Diff against target: 12 lines (+1/-1)
1 file modified
src/app/qml/pdfView/PdfPresentation.qml (+1/-1)
To merge this branch: bzr merge lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1545142
Reviewer Review Type Date Requested Status
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Jenkins Bot continuous-integration Approve
Review via email: mp+291293@code.launchpad.net

Commit message

PdfViewer - Presentation mode: use a single-tap gesture (instead of double tap) to show/hide header

Description of the change

PdfViewer - Presentation mode: use a single-tap gesture (instead of double tap) to show/hide header

To post a comment you must log in.
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

Works perfectly.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/app/qml/pdfView/PdfPresentation.qml'
--- src/app/qml/pdfView/PdfPresentation.qml 2016-03-26 18:44:53 +0000
+++ src/app/qml/pdfView/PdfPresentation.qml 2016-04-07 18:11:47 +0000
@@ -85,7 +85,7 @@
8585
86 MouseArea {86 MouseArea {
87 anchors.fill: parent87 anchors.fill: parent
88 onDoubleClicked: pdfPage.header.visible = !pdfPage.header.visible88 onClicked: pdfPage.header.visible = !pdfPage.header.visible
8989
90 // Hide mouse curson when there's no on-going mouse event90 // Hide mouse curson when there's no on-going mouse event
91 hoverEnabled: true91 hoverEnabled: true

Subscribers

People subscribed via source and target branches