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:
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index fc51a846621..f5af535c356 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -4031,6 +4031,7 @@ static void init_oopsspace(ScrArea *sa, int outliner)
if(outliner) soops->type= SO_OUTLINER;
soops->spacetype= SPACE_OOPS;
+ soops->type= SO_OUTLINER; // default starts new ones in outliner mode
soops->blockscale= 0.7;
init_v2d_oops(sa, soops);
}