]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.h
Fix manually turning off the monitor scene causes the button to do so to be hidden...
[kdenlive] / src / monitor.h
index d7e1380c75785fb814e6d44a963196b798c53cda..1ae380f8b1b9534c28f3159cee5e1b00ea19e6c2 100644 (file)
@@ -201,7 +201,7 @@ public slots:
     void setTimePos(const QString &pos);
     QStringList getZoneInfo() const;
     /** @brief Display the on monitor effect scene (to adjust geometry over monitor). */
-    void slotShowEffectScene(bool show = true);
+    void slotShowEffectScene(bool show = true, bool manuallyTriggered = false);
     bool effectSceneDisplayed();
 
     /** @brief Sets m_selectedClip to @param item. Used for looping it. */