]> git.sesse.net Git - kdenlive/blobdiff - src/choosecolorwidget.h
Disable effect when trying to pick a color from the monitor:
[kdenlive] / src / choosecolorwidget.h
index 24ab8cbc70004a62bbd74334529534647b9d8b0f..303c4a4e1aff52fa30f80025e8cc84690e5d37c2 100644 (file)
@@ -56,6 +56,8 @@ signals:
     /** @brief Emitted whenever a different color was choosen. */
     void modified();
     void displayMessage(const QString&, int);
+    /** @brief When user wants to pick a color, it's better to disable filter so we get proper color values. */
+    void disableCurrentFilter(bool);
 };
 
 #endif