further ripple progress

This commit is contained in:
itsmattkc
2019-09-19 17:05:41 +10:00
parent 36e201352a
commit 30be1b626d
12 changed files with 317 additions and 192 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ void TimelineView::ImportTool::DragEnter(QDragEnterEvent *event)
snap_points_.append(ghost->Out());
ghost->setData(0, QVariant::fromValue(stream));
ghost->SetMode(TimelineViewGhostItem::kMove);
ghost->SetMode(olive::timeline::kMove);
parent()->AddGhost(ghost);