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>2013-04-12 16:30:05 +0400
committerTon Roosendaal <ton@blender.org>2013-04-12 16:30:05 +0400
commitadb96478a72013abc9172b7967b5dd2904681f13 (patch)
treeac69b61bbc2f464073a0e2a9ef06f9494883872f /source/blender/editors/space_info
parent0e4b092c2dccf8889ab159f360f152f5428fea33 (diff)
Adding scrollbar default to Python console and Python Info log.
Diffstat (limited to 'source/blender/editors/space_info')
-rw-r--r--source/blender/editors/space_info/space_info.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_info/space_info.c b/source/blender/editors/space_info/space_info.c
index a3eb7c06876..1f59eedd819 100644
--- a/source/blender/editors/space_info/space_info.c
+++ b/source/blender/editors/space_info/space_info.c
@@ -129,6 +129,9 @@ static void info_main_area_init(wmWindowManager *wm, ARegion *ar)
{
wmKeyMap *keymap;
+ /* force it on init, for old files, until it becomes config */
+ ar->v2d.scroll = (V2D_SCROLL_RIGHT);
+
UI_view2d_region_reinit(&ar->v2d, V2D_COMMONVIEW_CUSTOM, ar->winx, ar->winy);
/* own keymap */