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:
authorJulian Eisel <eiseljulian@gmail.com>2018-04-23 23:13:58 +0300
committerJulian Eisel <eiseljulian@gmail.com>2018-04-23 23:18:49 +0300
commit10f0f4b06f9e09082656b483c17520118816b0d7 (patch)
tree945f436aac4bf25a179ac30b7a94c09a62f2c8cc /source/blender/windowmanager/intern/wm.c
parent74b3947c901d75cb5c15815929b0e9e1f1626f75 (diff)
Fix opening new windows would try to open global areas twice
Would cause weird & broken areas below the topbar.
Diffstat (limited to 'source/blender/windowmanager/intern/wm.c')
-rw-r--r--source/blender/windowmanager/intern/wm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm.c b/source/blender/windowmanager/intern/wm.c
index 91e47b67130..dc941078fc2 100644
--- a/source/blender/windowmanager/intern/wm.c
+++ b/source/blender/windowmanager/intern/wm.c
@@ -470,7 +470,6 @@ void wm_add_default(Main *bmain, bContext *C)
WM_window_set_active_workspace(win, workspace);
WM_window_set_active_layout(win, workspace, layout);
screen->winid = win->winid;
- ED_screen_global_areas_create(win);
wm->winactive = win;
wm->file_saved = 1;