This commit is contained in:
itsmattkc
2019-05-09 11:11:24 +10:00
parent fc94881865
commit 3fe0d1cda5
3 changed files with 16 additions and 9 deletions
+3
View File
@@ -2441,8 +2441,11 @@ void TimelineView::mouseMoveEvent(QMouseEvent *event) {
foreach (track, selected_tracks) {
// Loop through track's clips for clips touching this rectangle
for (int i=0;i<track->ClipCount();i++) {
Clip* clip = track->GetClip(i).get();
if (!(clip->timeline_out() < frame_min || clip->timeline_in() > frame_max) ) {
// create a group of the clip (and its links if alt is not pressed)