Some days, I scream in the faces of cats
This commit is contained in:
@@ -193,10 +193,10 @@ void LLPanelPermissions::disableAll()
|
|||||||
}
|
}
|
||||||
|
|
||||||
getChildView("Group:")->setEnabled(FALSE);
|
getChildView("Group:")->setEnabled(FALSE);
|
||||||
if (auto view = getChildView("Group Name Proxy"))
|
if (mLabelGroupName)
|
||||||
{
|
{
|
||||||
view->setValue(LLUUID::null);
|
mLabelGroupName->setNameID(LLUUID::null, LFIDBearer::GROUP);
|
||||||
view->setEnabled(FALSE);
|
mLabelGroupName->setEnabled(FALSE);
|
||||||
}
|
}
|
||||||
getChildView("button set group")->setEnabled(FALSE);
|
getChildView("button set group")->setEnabled(FALSE);
|
||||||
|
|
||||||
@@ -454,7 +454,7 @@ void LLPanelPermissions::refresh()
|
|||||||
if(mLabelGroupName)
|
if(mLabelGroupName)
|
||||||
{
|
{
|
||||||
mLabelGroupName->setNameID(LLUUID::null, LFIDBearer::GROUP);
|
mLabelGroupName->setNameID(LLUUID::null, LFIDBearer::GROUP);
|
||||||
mLabelGroupName->refresh(LLUUID::null, std::string());
|
mLabelGroupName->setNameText();
|
||||||
mLabelGroupName->setEnabled(FALSE);
|
mLabelGroupName->setEnabled(FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user