diff options
author | richard <none@none> | 2009-12-15 14:21:04 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-15 14:21:04 -0800 |
commit | 699e2e027bf241af6c0dec5a03a51422911b4e0f (patch) | |
tree | 5ea83cb688a362ddb3075b9f6b45d22748f8e558 /indra/llui/llview.cpp | |
parent | 6d36fad38a15dcf1e39dab930a1c5ce5c1b7b5c3 (diff) |
added "value" attribute to radio_items to better support arbitrary data selection
moved LLRadioCtrl to internal implementation of LLRadioGroup
reviewed by Leyla
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r-- | indra/llui/llview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index 8917e4b813..7932b749a8 100644 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -2494,8 +2494,6 @@ void LLView::setupParams(LLView::Params& p, LLView* parent) const S32 VPAD = 4; const S32 MIN_WIDGET_HEIGHT = 10; - p.from_xui(true); - // *NOTE: This will confuse export of floater/panel coordinates unless // the default is also "topleft". JC if (p.layout().empty() && parent) |