From af8d85256fcb7cf6fd4efe4850b3eafe80c71e67 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Sun, 9 Mar 2008 20:25:57 +0000 Subject: [PATCH] == Sequencer == Removed sillyness on NUMPAD PERIOD that snapped CFRA to beginning of strip. --- source/blender/src/space.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/src/space.c b/source/blender/src/space.c index af6cfa8de9f..47a37a21ed9 100644 --- a/source/blender/src/space.c +++ b/source/blender/src/space.c @@ -4806,7 +4806,6 @@ static void winqreadseqspace(ScrArea *sa, void *spacedata, BWinEvent *evt) break; case PADPERIOD: if(last_seq) { - CFRA= last_seq->startdisp; v2d->cur.xmin= last_seq->startdisp- (last_seq->len/20); v2d->cur.xmax= last_seq->enddisp+ (last_seq->len/20); update_for_newframe();