[Bf-blender-cvs] [909320e3ff8] blender-v2.79-release: Fix fixed width box layouts

Aleksandr Zinovev noreply at git.blender.org
Thu Aug 17 14:45:03 CEST 2017


Commit: 909320e3ff86c00788532d19b65c28801ba83b39
Author: Aleksandr Zinovev
Date:   Tue Aug 8 17:37:21 2017 +0300
Branches: blender-v2.79-release
https://developer.blender.org/rB909320e3ff86c00788532d19b65c28801ba83b39

Fix fixed width box layouts

Regression, to be backported in 2.79.

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

M	source/blender/editors/interface/interface_layout.c

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

diff --git a/source/blender/editors/interface/interface_layout.c b/source/blender/editors/interface/interface_layout.c
index dc2b97acf65..804ffec7997 100644
--- a/source/blender/editors/interface/interface_layout.c
+++ b/source/blender/editors/interface/interface_layout.c
@@ -2465,7 +2465,6 @@ static void ui_litem_estimate_box(uiLayout *litem)
 	uiStyle *style = litem->root->style;
 
 	ui_litem_estimate_column(litem, true);
-	litem->item.flag &= ~UI_ITEM_MIN;
 	litem->w += 2 * style->boxspace;
 	litem->h += 2 * style->boxspace;
 }




More information about the Bf-blender-cvs mailing list