Actually, we don't underline links, I forgot, oops!

This commit is contained in:
Liru Færs
2019-10-10 11:39:59 -04:00
parent 8c7e498861
commit 7b6a4d76a8
2 changed files with 0 additions and 8 deletions

View File

@@ -80,10 +80,6 @@ void LLNameEditor::displayAsLink(bool link)
{
static const LLUICachedControl<LLColor4> color("HTMLAgentColor");
setReadOnlyFgColor(link ? color : LLUI::sColorsGroup->getColor("TextFgReadOnlyColor"));
if (link)
mFontStyle |= LLFontGL::UNDERLINE;
else
mFontStyle &= ~LLFontGL::UNDERLINE;
}
void LLNameEditor::setText(const std::string& text)