Don't disable all interactions when standby is visible
[harmattan/cameraplus] / qml / Standby.qml
index 845b489..37c38b1 100644 (file)
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-@IMPORT_QT_QUICK@
+import QtQuick 2.0
 
 Rectangle {
     id: standby
@@ -39,14 +39,9 @@ Rectangle {
         PropertyAnimation { duration: 250 }
     }
 
-    MouseArea {
-        anchors.fill: parent
-        enabled: parent.visible
-    }
-
     Image {
         id: icon
-        source: "image://theme/icon-l-camera-standby"
+        source: cameraTheme.standbyIcon
         anchors.centerIn: parent
     }