The people want link parsing on! Let them have links in all text editors that aren't allow_html="false"!

This commit is contained in:
Lirusaito
2014-04-26 09:47:56 -04:00
parent 4f8e6a188a
commit 2fc783e67e

View File

@@ -1667,7 +1667,7 @@ LLView* LLViewerTextEditor::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlF
node->getAttributeBOOL("hide_border", hide_border);
text_editor->setBorderVisible(!hide_border);
BOOL parse_html = text_editor->mParseHTML;
BOOL parse_html = true;
node->getAttributeBOOL("allow_html", parse_html);
text_editor->setParseHTML(parse_html);
text_editor->setParseHighlights(TRUE);