]> git.sesse.net Git - kdenlive/blobdiff - src/kis_curve_widget.h
- Limit number of points in curve widget as they are limited in frei0r
[kdenlive] / src / kis_curve_widget.h
index 5115dfc583af4d7916ec22a005a0fbb8d8e62dbe..da61a6b8336771cda670dbebb42cd678936be38b 100644 (file)
@@ -131,6 +131,8 @@ public:
      * so the user can move this point anywhere in a moment
      */
     void addPointInTheMiddle();
+    
+    void setMaxPoints(int max);
 
 private: