Buttons of VideoPage should use controlsVisible for their visibility
authorMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:59:39 +0000 (19:59 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:59:39 +0000 (19:59 +0300)
qml/VideoPage.qml

index bbc6680..623e885 100644 (file)
@@ -58,7 +58,7 @@ CameraPage {
 
         EvCompButton {
                 id: evComp
-                visible: capture.visible
+                visible: controlsVisible
                 anchors.top: scene.bottom
                 anchors.left: parent.left
                 anchors.topMargin: 10