Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2010-10-08 06:48:24 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2010-10-08 06:48:24 +0400
commit28b264de67b99023e2e42b895804d8e6d88798dd (patch)
tree6bed4ce0a4f5d364d7347385595dd216fce4f926 /source
parentc6e2e7aa9374427ae114fcc532e7f2c8a8977874 (diff)
Fix #23358: template_curve_mapping doesn't work in split views
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/interface/interface_layout.c1
1 files changed, 1 insertions, 0 deletions
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);