X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipitem.cpp;h=a4d582ff70e96b3b0c99b1744238cff6a19fc626;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=ce8ace3b3baa9a549d3578540af285bad1d167f3;hpb=c24658bd34221d735f0641c924b890e1a6be7101;p=kdenlive diff --git a/src/clipitem.cpp b/src/clipitem.cpp index ce8ace3b..a4d582ff 100644 --- a/src/clipitem.cpp +++ b/src/clipitem.cpp @@ -1415,7 +1415,7 @@ QVariant ClipItem::itemChange(GraphicsItemChange change, const QVariant &value) QRectF sceneShape = rect(); sceneShape.translate(newPos); QList items; - if (projectScene()->editMode() == NORMALEDIT) + if (projectScene()->editMode() == NormalEdit) items = scene()->items(sceneShape, Qt::IntersectsItemShape); items.removeAll(this); bool forwardMove = newPos.x() > pos().x();