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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2013-02-10 18:52:08 +0400
committerTon Roosendaal <ton@blender.org>2013-02-10 18:52:08 +0400
commit3778b458298b35a5b84180298cf15bc834e781aa (patch)
tree8b85115266473b06686fc5d2757c20e2fdf5cca1 /source
parent1994ed00a388d7eed3c9d4dfda614c41693c114e (diff)
Added initializer in channel region for file window, makes it draw on first use
better (error was visible for factory startup on small screens)
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_file/space_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c
index 7cc322c06bb..0a4b922bb38 100644
--- a/source/blender/editors/space_file/space_file.c
+++ b/source/blender/editors/space_file/space_file.c
@@ -478,6 +478,7 @@ static void file_channel_area_init(wmWindowManager *wm, ARegion *ar)
{
wmKeyMap *keymap;
+ ar->v2d.scroll = V2D_SCROLL_RIGHT | V2D_SCROLL_VERTICAL_HIDE;
ED_region_panels_init(wm, ar);
/* own keymaps */