From 67795c90fcd226cdb5255349e3af304eecd3a94c Mon Sep 17 00:00:00 2001 From: Peter Fog Date: Fri, 29 May 2020 09:53:52 -0400 Subject: VSE: Remove delete confirmation pop-up It is not needed with the current undo system. Differential Revision: https://developer.blender.org/D7807 --- source/blender/editors/space_sequencer/sequencer_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c index d80614e0440..232bb1d66e8 100644 --- a/source/blender/editors/space_sequencer/sequencer_edit.c +++ b/source/blender/editors/space_sequencer/sequencer_edit.c @@ -2508,7 +2508,7 @@ static int sequencer_delete_invoke(bContext *C, wmOperator *op, const wmEvent *e } } - return WM_operator_confirm(C, op, event); + return sequencer_delete_exec(C, op); } void SEQUENCER_OT_delete(wmOperatorType *ot) -- cgit v1.2.3