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/llscrolllistcell.cpp | |
| parent | 16ae542f5ae3d00fd5ffe744914af0506bed68c2 (diff) | |
| parent | 5d8442f05613a4b7bc2b1ffb88e2450a4de965ea (diff) | |
Automated merge with ssh://richard@hg.lindenlab.com/james/gooey
Diffstat (limited to 'indra/llui/llscrolllistcell.cpp')
| -rw-r--r-- | indra/llui/llscrolllistcell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistcell.cpp b/indra/llui/llscrolllistcell.cpp index 544352176a..7238d903a3 100644 --- a/indra/llui/llscrolllistcell.cpp +++ b/indra/llui/llscrolllistcell.cpp @@ -353,7 +353,7 @@ LLScrollListCheck::LLScrollListCheck(const LLScrollListCell::Params& p) { LLCheckBoxCtrl::Params checkbox_p; checkbox_p.name("checkbox"); - checkbox_p.rect.left(0).bottom(0).width(p.width).height(p.width); + checkbox_p.rect = LLRect(0, p.width, p.width, 0); checkbox_p.enabled(p.enabled); checkbox_p.initial_value(p.value()); |
