Words lie. People lie. The land tells the truth.
This commit is contained in:
@@ -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::getControlControlGroup(ctrlname)->setUntypedValue(ctrlname, value);
|
LLUI::getControlControlGroup(ctrlname).setUntypedValue(ctrlname, value);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user