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:
authorJoshua Leung <aligorith@gmail.com>2009-01-13 01:54:30 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-13 01:54:30 +0300
commitae25863d6cb859ff8d18db41960ba3a0ff2dc8f1 (patch)
tree28ff01dd1298bc823e6d1c91d50936e2c293ebc2 /source/blender/editors/space_sequencer/space_sequencer.c
parentab39a3f2b79a037efecac11ebcd94868a16a67ef (diff)
2.5
* Tweaked a few incorrect comments in Constraints code * Made Sequencer use View2D system correctly (only looked at the 'time-grid' thing so far).
Diffstat (limited to 'source/blender/editors/space_sequencer/space_sequencer.c')
-rw-r--r--source/blender/editors/space_sequencer/space_sequencer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/space_sequencer.c b/source/blender/editors/space_sequencer/space_sequencer.c
index 7adf042d13a..b10453b4136 100644
--- a/source/blender/editors/space_sequencer/space_sequencer.c
+++ b/source/blender/editors/space_sequencer/space_sequencer.c
@@ -111,6 +111,7 @@ static SpaceLink *sequencer_new(const bContext *C)
ar->v2d.scroll |= (V2D_SCROLL_LEFT|V2D_SCROLL_SCALE_VERTICAL);
ar->v2d.keepzoom= 0;
ar->v2d.keeptot= 0;
+ ar->v2d.align= V2D_ALIGN_NO_NEG_Y;
return (SpaceLink *)sseq;
}