@@ -1369,7 +1369,10 @@ bool TimelineModel::requestGroupMove(int itemId, int groupId, int delta_track, i
// 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
Funupdate_model=[](){returntrue;};
Funupdate_model=[this](){
updateDuration();
returntrue;
};
// Check if there is a track move
boolupdatePositionOnly=false;
...
...
@@ -1388,6 +1391,7 @@ bool TimelineModel::requestGroupMove(int itemId, int groupId, int delta_track, i
}
notifyChange(modelIndex,modelIndex,roles);
}
updateDuration();
returntrue;
};
}
...
...
@@ -1400,7 +1404,7 @@ bool TimelineModel::requestGroupMove(int itemId, int groupId, int delta_track, i