Fix fixed width box layouts
Regression, to be backported in 2.79.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user