[Bf-blender-cvs] [a9c5d0b] master: Slip tool: add enter and space to confirm the operation

Antony Riakiotakis noreply at git.blender.org
Tue Feb 10 17:40:32 CET 2015


Commit: a9c5d0ba51f453e5ffc8d392970cff5d36b9501d
Author: Antony Riakiotakis
Date:   Tue Feb 10 17:39:23 2015 +0100
Branches: master
https://developer.blender.org/rBa9c5d0ba51f453e5ffc8d392970cff5d36b9501d

Slip tool: add enter and space to confirm the operation

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

M	source/blender/editors/space_sequencer/sequencer_edit.c

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

diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index 8d4a82f..8e5f509 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -1598,6 +1598,8 @@ static int sequencer_slip_modal(bContext *C, wmOperator *op, const wmEvent *even
 		}
 
 		case LEFTMOUSE:
+		case RETKEY:
+		case SPACEKEY:
 		{
 			ED_region_draw_cb_exit(ar->type, data->draw_handle);
 			MEM_freeN(data->seq_array);




More information about the Bf-blender-cvs mailing list