capture button should be visible when camera is running too
authorMohammed Sameer <msameer@foolab.org>
Fri, 14 Sep 2012 10:21:23 +0000 (13:21 +0300)
committerMohammed Sameer <msameer@foolab.org>
Fri, 14 Sep 2012 10:21:23 +0000 (13:21 +0300)
qml/ImagePage.qml

index 3480808..03f46a0 100644 (file)
@@ -28,7 +28,7 @@ CameraPage {
                         }
                 }
 
-                visible: imageMode.canCapture && !cameraMode.animationRunning && !previewAnimationRunning
+                visible: imageMode.canCapture && !cameraMode.animationRunning && !previewAnimationRunning && cam.running
         }
 
         ImageMode {