// Moving groups is a two stage process: first we remove the clips from the tracks, and then try to insert them back at their calculated new positions.
// This way, we ensure that no conflict will arise with clips inside the group being moved
...
...
@@ -1399,7 +1416,7 @@ bool TimelineModel::requestGroupMove(int itemId, int groupId, int delta_track, i
audio_delta=-delta_track;
}
// Reverse sort. We need to insert from left to right to avoid confusing the view
// We need to insert depending on the move direction to avoid confusing the view