Only parse highlights (script keyword parsing) for script editor

This commit is contained in:
Lirusaito
2019-03-24 18:54:10 -04:00
parent bd39b29c1d
commit 1839a37294
4 changed files with 2 additions and 6 deletions

View File

@@ -1461,7 +1461,6 @@ LLView* LLViewerTextEditor::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlF
BOOL parse_html = true;
node->getAttributeBOOL("allow_html", parse_html);
text_editor->setParseHTML(parse_html);
text_editor->setParseHighlights(TRUE);
BOOL commit_on_focus_lost = FALSE;
node->getAttributeBOOL("commit_on_focus_lost",commit_on_focus_lost);