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:
authorTon Roosendaal <ton@blender.org>2009-04-29 20:41:18 +0400
committerTon Roosendaal <ton@blender.org>2009-04-29 20:41:18 +0400
commit11ad5f838992857f8bd494bbe0adb0d91963514f (patch)
tree08f8b68212ba2293a61681e5a53209504a8e5619
parent133c91dd2f54bbee0343480dc7c711cdbc11b78b (diff)
Bug, reported by venomgfx:
Scrub frames in Sequencer image window stopped working. Was in a commit from Joshua last july, with greasepencil fixes. No idea why he disabled it, doesn't seem to harm gpencil at all (not in sequencer supported).
-rw-r--r--source/blender/src/space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index c6510b780d8..8ff2b526ae8 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -5023,7 +5023,7 @@ static void winqreadseqspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
switch(event) {
case LEFTMOUSE:
- if(sseq->mainb==0 && view2dmove(event)==0) {
+ if(sseq->mainb==0 || view2dmove(event)==0) {
first= 1;
set_special_seq_update(1);