]> git.sesse.net Git - kdenlive/commitdiff
Fix moving of splitted clips when using CTRL + A: http://www.kdenlive.org/mantis...
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 16 Dec 2012 22:40:30 +0000 (23:40 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 16 Dec 2012 22:40:30 +0000 (23:40 +0100)
src/customtrackview.cpp

index dd7e178198f4532d9cdfb4046afd7daa4b72308f..04f80b8defbf8cef55f17404aadbfe402dfcfcf3 100644 (file)
@@ -1267,6 +1267,7 @@ void CustomTrackView::groupSelectedItems(QList <QGraphicsItem *> selection, bool
     QSet <QGraphicsItem *> itemsList;
 
     for (int i = 0; i < selection.count(); i++) {
+       if (selectNewGroup) selection.at(i)->setSelected(true);
        if (selection.at(i)->type() == GROUPWIDGET) {
            groupsList.insert(static_cast<AbstractGroupItem*> (selection.at(i)));
        }