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>2013-06-11 09:09:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-11 09:09:12 +0400
commit5e892def15a571e7d83b9edbc108f54f8a9e810e (patch)
tree488624804f511fe4180091d2a8e6daef04d6dc10 /source/blender
parent5520331215ffec52cd518f30bdf6e6276840e290 (diff)
fix [#35656] Crash on File Browser
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/screen/area.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 69c1d2cf169..429156ea6a7 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -1339,6 +1339,7 @@ void area_copy_data(ScrArea *sa1, ScrArea *sa2, int swap_space)
sa1->headertype = sa2->headertype;
sa1->spacetype = sa2->spacetype;
+ sa1->type = sa2->type;
sa1->butspacetype = sa2->butspacetype;
if (swap_space == 1) {