]> git.sesse.net Git - kdenlive/blobdiff - src/geometrywidget.h
Fix monitor scene staying active when disabling a corners effect
[kdenlive] / src / geometrywidget.h
index 3d10fb8411797127021bc1b16b3964f1e364ea33..55423be52df7faa9b3c6c725bcd757e759e8f0b7 100644 (file)
@@ -46,7 +46,7 @@ public:
     * @param clipPos Position of the clip in timeline
     * @param isEffect true if used in an effect, false if used in a transition
     * @param parent (optional) Parent widget */
-    GeometryWidget(Monitor *monitor, Timecode timecode, int clipPos, bool isEffect, bool disabled, QWidget* parent = 0);
+    GeometryWidget(Monitor *monitor, Timecode timecode, int clipPos, bool isEffect, QWidget* parent = 0);
     virtual ~GeometryWidget();
     /** @brief Gets the geometry as a serialized string. */
     QString getValue() const;