enable ripple deleting

This commit is contained in:
itsmattkc
2019-04-06 16:12:07 +11:00
parent 9833634815
commit 8ed09cdccf
10 changed files with 137 additions and 124 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ void FocusFilter::delete_function() {
ComboAction* ca = new ComboAction();
top_sequence->DeleteAreas(ca, top_sequence->Selections(), true);
olive::undo_stack.push(ca);
Timeline::GetTopTimeline()->repaint_timeline();
update_ui(false);
}
}
}