timeline: clear ghosts on delete

Fixes #1556
This commit is contained in:
itsmattkc
2021-04-08 19:08:29 +10:00
parent f03052ee74
commit 52ccaa15d3
@@ -500,6 +500,9 @@ void TimelineWidget::DeleteSelected(bool ripple)
}
Core::instance()->undo_stack()->pushIfHasChildren(command);
// Ensures any current drag operations are cancelled
ClearGhosts();
}
void TimelineWidget::IncreaseTrackHeight()