]> git.sesse.net Git - kdenlive/commitdiff
Bezier Spline: Fix point entries remaining active for a point not existing anymore...
authorTill Theato <root@ttill.de>
Thu, 6 Jan 2011 09:34:18 +0000 (09:34 +0000)
committerTill Theato <root@ttill.de>
Thu, 6 Jan 2011 09:34:18 +0000 (09:34 +0000)
svn path=/trunk/kdenlive/; revision=5275

src/beziercurve/beziersplineeditor.cpp

index a507f4e0509f295513cf757ba8eb61f9130de4b5..0b39b11e083409a215b9da93c920e245567efa69 100644 (file)
@@ -56,6 +56,7 @@ void BezierSplineEditor::setSpline(const CubicBezierSpline& spline)
     m_spline.setPrecision(precision);
     m_currentPointIndex = -1;
     m_mode = ModeNormal;
+    emit currentPoint(BPoint());
     emit modified();
     update();
 }