Actually, we don't underline links, I forgot, oops!
This commit is contained in:
@@ -53,10 +53,6 @@ void LLNameBox::displayAsLink(bool link)
|
||||
static const LLUICachedControl<LLColor4> color("HTMLAgentColor");
|
||||
setColor(link ? color : LLUI::sColorsGroup->getColor("LabelTextColor"));
|
||||
setDisabledColor(link ? color : LLUI::sColorsGroup->getColor("LabelDisabledColor"));
|
||||
if (link)
|
||||
mFontStyle |= LLFontGL::UNDERLINE;
|
||||
else
|
||||
mFontStyle &= ~LLFontGL::UNDERLINE;
|
||||
}
|
||||
|
||||
void LLNameBox::showProfile()
|
||||
|
||||
Reference in New Issue
Block a user