[Bf-blender-cvs] [4fe1bf85afa] master: Fix fixed width box layouts

Aleksandr Zinovev noreply at git.blender.org
Tue Aug 8 16:38:08 CEST 2017


Commit: 4fe1bf85afa01a31a703bb47e794c2e9ebc10614
Author: Aleksandr Zinovev
Date:   Tue Aug 8 17:37:21 2017 +0300
Branches: master
https://developer.blender.org/rB4fe1bf85afa01a31a703bb47e794c2e9ebc10614

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