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:
authorJulian Eisel <julian@linux-chl2.site>2015-04-07 00:23:13 +0300
committerJulian Eisel <julian@linux-chl2.site>2015-04-07 00:23:13 +0300
commit3dcdacffca031869737b8939d1957b0f4daca349 (patch)
tree7f1ac7adec8fb9bbbdf7185be04d18f8164a4a02 /source/blender/editors/space_sequencer/sequencer_view.c
parentd3388f0c7aa1e51821c9d0fcab92fb513aaff6cf (diff)
This commit doesn't deserve a title
Today just wasn't my day...
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_view.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_view.c b/source/blender/editors/space_sequencer/sequencer_view.c
index 37ac600f22c..4d6ea865b40 100644
--- a/source/blender/editors/space_sequencer/sequencer_view.c
+++ b/source/blender/editors/space_sequencer/sequencer_view.c
@@ -205,6 +205,7 @@ static int sample_modal(bContext *C, wmOperator *op, const wmEvent *event)
sample_exit(C, op);
return OPERATOR_CANCELLED;
}
+ break;
case MOUSEMOVE:
sample_apply(C, op, event);
break;