]> git.sesse.net Git - kdenlive/blobdiff - src/abstractgroupitem.cpp
Fix several timeline corruption when moving groups: http://kdenlive.org/mantis/view...
[kdenlive] / src / abstractgroupitem.cpp
index f2a475f6b2bbc5ef02bac47889a9bad9b5a9515d..9442aa2ba08c227bfc31e582e675790832489e0e 100644 (file)
@@ -115,7 +115,7 @@ QPainterPath AbstractGroupItem::groupShape(GRAPHICSRECTITEM type, QPointF offset
 void AbstractGroupItem::addItem(QGraphicsItem * item)
 {
     addToGroup(item);
-    //fixItemRect();
+    item->setFlag(QGraphicsItem::ItemIsMovable, false);
 }
 
 void AbstractGroupItem::fixItemRect()