]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.cpp
Several move & resize fixes
[kdenlive] / src / clipitem.cpp
index 87927087eb019da6369b724d67513e05caef1507..773a810ab504216c929f683e40f0587b66a49d43 100644 (file)
@@ -1057,7 +1057,7 @@ void ClipItem::checkEffectsKeyframesPos(const int previous, const int current, b
 QVariant ClipItem::itemChange(GraphicsItemChange change, const QVariant &value) {
     if (change == ItemPositionChange && scene()) {
         // calculate new position.
-        if (parentItem()) return pos();
+        //if (parentItem()) return pos();
         QPointF newPos = value.toPointF();
         //kDebug() << "/// MOVING CLIP ITEM.------------\n++++++++++";
         int xpos = projectScene()->getSnapPointForPos((int) newPos.x(), KdenliveSettings::snaptopoints());