From 28b264de67b99023e2e42b895804d8e6d88798dd Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 8 Oct 2010 02:48:24 +0000 Subject: Fix #23358: template_curve_mapping doesn't work in split views --- source/blender/editors/interface/interface_layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/blender/editors/interface/interface_layout.c b/source/blender/editors/interface/interface_layout.c index 4a9d7a0f6f3..45b38a8c9a9 100644 --- a/source/blender/editors/interface/interface_layout.c +++ b/source/blender/editors/interface/interface_layout.c @@ -2169,6 +2169,7 @@ uiLayout *uiLayoutSplit(uiLayout *layout, float percentage, int align) split->litem.enabled= 1; split->litem.context= layout->context; split->litem.space= layout->root->style->columnspace; + split->litem.w= layout->w; split->percentage= percentage; BLI_addtail(&layout->items, split); -- cgit v1.2.3