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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-08 15:20:10 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-08 17:55:43 +0300
commit5aaa00ed555b14771b00eae07e89b984f09dafd9 (patch)
treebd1684df25a1d4096b81930e18203eadfa2a9a33 /source/blender/editors
parent58bfe93db614dc24306415bb4641c85a4b3d1b79 (diff)
Revert "UI: Dynamic region size for file browser options"
This breaks the user interface of exporters, so revert for now until there is a solution for this. This reverts commit ee0d8426ab6d301c0296496c25f9511b9a9768e9.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_file/space_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c
index 4629f33d210..9fb07042104 100644
--- a/source/blender/editors/space_file/space_file.c
+++ b/source/blender/editors/space_file/space_file.c
@@ -83,7 +83,6 @@ static SpaceLink *file_new(const ScrArea *UNUSED(area), const Scene *UNUSED(scen
BLI_addtail(&sfile->regionbase, ar);
ar->regiontype = RGN_TYPE_TOOL_PROPS;
ar->alignment = RGN_ALIGN_BOTTOM | RGN_SPLIT_PREV;
- ar->flag |= RGN_FLAG_DYNAMIC_SIZE;
/* ui list region */
ar = MEM_callocN(sizeof(ARegion), "ui region for file");