]> git.sesse.net Git - kdenlive/blobdiff - src/beziercurve/cubicbezierspline.cpp
Bezier Spline: Add button to reset current spline (without affecting any other settings)
[kdenlive] / src / beziercurve / cubicbezierspline.cpp
index f188860db8098da3cfa296cb07038fcad77b5d03..ba95d3a80d4379da967be99b711ef6f05559737b 100644 (file)
@@ -62,6 +62,7 @@ CubicBezierSpline& CubicBezierSpline::operator=(const CubicBezierSpline& spline)
 {
     m_precision = spline.m_precision;
     m_points = spline.m_points;
+    m_validSpline = false;
     return *this;
 }