]> git.sesse.net Git - kdenlive/blobdiff - src/cornerswidget.h
Fix monitor scene staying active when disabling a corners effect
[kdenlive] / src / cornerswidget.h
index 234fe8dad82092e5c86e4b309f00aa3c92bffde5..160e59efb2c4b1d62d428ed4adbe1c7325889af7 100644 (file)
@@ -56,6 +56,10 @@ public:
      * @param maxframe Out point of the clip */
     void setRange(int minframe, int maxframe);
 
+public slots:
+    /** @brief Switches from normal monitor to monitor scene according to @param show. */
+    void slotShowScene(bool show = true);
+
 private:
     Ui::CornersWidget_UI m_ui;
     Monitor *m_monitor;
@@ -77,9 +81,6 @@ private slots:
     * @param renderPos Postion of the Monitor / Timeline cursor */
     void slotCheckMonitorPosition(int renderPos);
 
-    /** @brief Switches from normal monitor to monitor scene according to @param show. */
-    void slotShowScene(bool show = true);
-
     /** @brief Updates the on-monitor item according to the spinboxes. */
     void slotUpdateItem();
     /** @brief Updates the spinboxes according to the on-monitor item.