diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-12-21 10:44:13 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-12-21 10:44:13 -0800 |
commit | 2ebd9b54af332c653917c2b38000f30817dbe364 (patch) | |
tree | c292dd7e4d093686a2dccdfb3e5fce2c40a0f823 /indra/llui/lllayoutstack.cpp | |
parent | 16ae542f5ae3d00fd5ffe744914af0506bed68c2 (diff) | |
parent | 5d8442f05613a4b7bc2b1ffb88e2450a4de965ea (diff) |
Automated merge with ssh://richard@hg.lindenlab.com/james/gooey
Diffstat (limited to 'indra/llui/lllayoutstack.cpp')
-rw-r--r-- | indra/llui/lllayoutstack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp index 5e15fa3919..7d8c102750 100644 --- a/indra/llui/lllayoutstack.cpp +++ b/indra/llui/lllayoutstack.cpp @@ -247,7 +247,7 @@ LLView* LLLayoutStack::fromXML(LLXMLNodePtr node, LLView *parent, LLXMLNodePtr o } p.from_xui = true; - setupParams(p, parent); + applyXUILayout(p, parent); LLLayoutStack* layout_stackp = LLUICtrlFactory::create<LLLayoutStack>(p); if (parent && layout_stackp) |