This is why we can have nice things.

This commit is contained in:
Inusaito Sayori
2015-04-24 23:57:29 -04:00
parent 193fc27ba2
commit 4b96251852

View File

@@ -2918,7 +2918,7 @@ bool LLView::setControlValue(const LLSD& value)
std::string ctrlname = getControlName(); std::string ctrlname = getControlName();
if (!ctrlname.empty()) if (!ctrlname.empty())
{ {
LLUI::sConfigGroup->setUntypedValue(ctrlname, value); LLUI::getControlControlGroup(ctrlname)->setUntypedValue(ctrlname, value);
return true; return true;
} }
return false; return false;