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
path: root/source
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-10-21 13:03:46 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-10-21 13:03:59 +0400
commit80b44133fc712584e8590433993051d2381ea568 (patch)
tree3c77648954b6e83983417300b5ecc73dfaa5bcee /source
parent560dd932c2a84d7d1a4b93554faa7bc66dfdb649 (diff)
Fix T42326 trim operator not cancelled by the escape key.
Diffstat (limited to 'source')
-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 af70ba3b086..5cb21ea60db 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -1508,6 +1508,8 @@ static int sequencer_trim_modal(bContext *C, wmOperator *op, const wmEvent *even
WM_event_add_notifier(C, NC_SCENE | ND_SEQUENCER, scene);
return OPERATOR_FINISHED;
}
+
+ case ESCKEY:
case RIGHTMOUSE:
{
int i;