Don't set the camera mode when the settings change. ModeController will take care...
authorMohammed Sameer <msameer@foolab.org>
Tue, 4 Sep 2012 10:02:51 +0000 (13:02 +0300)
committerMohammed Sameer <msameer@foolab.org>
Tue, 4 Sep 2012 10:02:51 +0000 (13:02 +0300)
qml/CameraPage.qml

index 69e8467..5e82edc 100644 (file)
@@ -20,10 +20,6 @@ Page {
                 anchors.right: parent.right
                 anchors.rightMargin: 20
                 anchors.bottomMargin: 20
-                mode: cameraMode.mode
-                onModeChanged: {
-                        cameraMode.set(mode);
-                }
         }
 
         PreviewImage {