[Bf-blender-cvs] [5aaa00ed555] master: Revert "UI: Dynamic region size for file browser options"

Brecht Van Lommel noreply at git.blender.org
Wed May 8 17:47:36 CEST 2019


Commit: 5aaa00ed555b14771b00eae07e89b984f09dafd9
Author: Brecht Van Lommel
Date:   Wed May 8 14:20:10 2019 +0200
Branches: master
https://developer.blender.org/rB5aaa00ed555b14771b00eae07e89b984f09dafd9

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.

===================================================================

M	source/blender/editors/space_file/space_file.c

===================================================================

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");



More information about the Bf-blender-cvs mailing list