Don't disable all interactions when standby is visible
authorMohammed Sameer <msameer@foolab.org>
Sun, 8 Sep 2013 13:33:40 +0000 (16:33 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sun, 8 Sep 2013 13:33:40 +0000 (16:33 +0300)
This will hopefully allow recovering from any error

qml/MainPage.qml
qml/Standby.qml

index e1b7fd7..731b334 100644 (file)
@@ -282,7 +282,6 @@ CameraPage {
         active: Qt.application.active && viewfinder.camera.running && settings.proximityAsShutter && root.inCaptureMode && !mainView.moving
     }
 
-    // TODO:
     Standby {
         policyLost: pipelineManager.state == "policyLost"
         show: !Qt.application.active || pipelineManager.showStandBy ||
index 757f1c7..37c38b1 100644 (file)
@@ -39,11 +39,6 @@ Rectangle {
         PropertyAnimation { duration: 250 }
     }
 
-    MouseArea {
-        anchors.fill: parent
-        enabled: parent.visible
-    }
-
     Image {
         id: icon
         source: cameraTheme.standbyIcon