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:
authorCampbell Barton <ideasman42@gmail.com>2009-07-17 16:35:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-17 16:35:57 +0400
commit802ca7f639615edf082128206f790985edfe4237 (patch)
tree67938605f9786aeb518ba71935fa3e416051e82d /source/blender/editors/space_console/space_console.c
parenta705f6424567873b64f6309311106ec1e918b4e0 (diff)
patch from William, adds some rna user prefs and adjusts prefs UI.
Diffstat (limited to 'source/blender/editors/space_console/space_console.c')
-rw-r--r--source/blender/editors/space_console/space_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_console/space_console.c b/source/blender/editors/space_console/space_console.c
index 4585eef2579..6bc948a880a 100644
--- a/source/blender/editors/space_console/space_console.c
+++ b/source/blender/editors/space_console/space_console.c
@@ -97,7 +97,7 @@ static SpaceLink *console_new(const bContext *C)
ar->regiontype= RGN_TYPE_WINDOW;
- ar->v2d.scroll |= (V2D_SCROLL_LEFT);
+ ar->v2d.scroll |= (V2D_SCROLL_RIGHT);
ar->v2d.align |= V2D_ALIGN_NO_NEG_X|V2D_ALIGN_NO_NEG_Y; /* align bottom left */
ar->v2d.keepofs |= V2D_LOCKOFS_X;
ar->v2d.keepzoom = (V2D_LOCKZOOM_X|V2D_LOCKZOOM_Y|V2D_KEEPZOOM|V2D_KEEPASPECT);