X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=blobdiff_plain;f=qml%2FPostCaptureView.qml;h=2dd6f29d482d4781c79fae798e3c55aff3a084e3;hp=ea7df230b2ae679e6908f3cc0e7d20201ae303c9;hb=b12f938a7e89a6fd7d363def86c9390da0e47b17;hpb=0969456e18d3557b7b22082399ad857b45710b12 diff --git a/qml/PostCaptureView.qml b/qml/PostCaptureView.qml index ea7df23..2dd6f29 100644 --- a/qml/PostCaptureView.qml +++ b/qml/PostCaptureView.qml @@ -32,6 +32,7 @@ Item { property int policyMode: view.currentItem && view.currentItem.playing ? CameraResources.Player : settings.mode == Camera.VideoMode ? CameraResources.Video : CameraResources.Image + property bool inhibitDim: pressed property bool isCurrent: mainView.currentIndex == 2 && !mainView.moving property bool inCameraMode: root.inCaptureMode && !mainView.moving