From c592ebaeca7bb35cd03b3dcf5a5df65f6f073c2c Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 29 May 2019 12:30:30 +0200 Subject: Markers: fix error in previous commit --- source/blender/editors/animation/anim_markers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation/anim_markers.c') diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c index 44fae0b8ceb..ddc4510d6b8 100644 --- a/source/blender/editors/animation/anim_markers.c +++ b/source/blender/editors/animation/anim_markers.c @@ -1427,7 +1427,7 @@ static int ed_marker_rename_invoke(bContext *C, wmOperator *op, const wmEvent *e RNA_string_set(op->ptr, "name", marker->name); } - return WM_operator_props_popup_confirm; + return WM_operator_props_popup_confirm(C, op, event); } static void MARKER_OT_rename(wmOperatorType *ot) -- cgit v1.2.3