This is why we can have nice things.
This commit is contained in:
@@ -2918,7 +2918,7 @@ bool LLView::setControlValue(const LLSD& value)
|
||||
std::string ctrlname = getControlName();
|
||||
if (!ctrlname.empty())
|
||||
{
|
||||
LLUI::sConfigGroup->setUntypedValue(ctrlname, value);
|
||||
LLUI::getControlControlGroup(ctrlname)->setUntypedValue(ctrlname, value);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user