From 0969456e18d3557b7b22082399ad857b45710b12 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Sun, 8 Sep 2013 16:33:40 +0300 Subject: [PATCH] Don't disable all interactions when standby is visible This will hopefully allow recovering from any error --- qml/MainPage.qml | 1 - qml/Standby.qml | 5 ----- 2 files changed, 6 deletions(-) diff --git a/qml/MainPage.qml b/qml/MainPage.qml index e1b7fd7..731b334 100644 --- a/qml/MainPage.qml +++ b/qml/MainPage.qml @@ -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 || diff --git a/qml/Standby.qml b/qml/Standby.qml index 757f1c7..37c38b1 100644 --- a/qml/Standby.qml +++ b/qml/Standby.qml @@ -39,11 +39,6 @@ Rectangle { PropertyAnimation { duration: 250 } } - MouseArea { - anchors.fill: parent - enabled: parent.visible - } - Image { id: icon source: cameraTheme.standbyIcon -- 2.25.1