Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2015-02-10 19:39:23 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-02-10 19:40:11 +0300
commita9c5d0ba51f453e5ffc8d392970cff5d36b9501d (patch)
tree0741e0333497df561c518918ba5c2002a15034a6 /source/blender/editors/space_sequencer/sequencer_edit.c
parent0b1a886292d385ec1f05495f67e27c52496f8e8d (diff)
Slip tool: add enter and space to confirm the operation
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_edit.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index 8d4a82fc02c..8e5f509b13f 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);