[Bf-blender-cvs] [c592ebaeca7] master: Markers: fix error in previous commit

Jacques Lucke noreply at git.blender.org
Wed May 29 12:31:03 CEST 2019


Commit: c592ebaeca7bb35cd03b3dcf5a5df65f6f073c2c
Author: Jacques Lucke
Date:   Wed May 29 12:30:30 2019 +0200
Branches: master
https://developer.blender.org/rBc592ebaeca7bb35cd03b3dcf5a5df65f6f073c2c

Markers: fix error in previous commit

===================================================================

M	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)



More information about the Bf-blender-cvs mailing list