summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-03-05 00:10:33 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-03-05 00:10:33 +0200
commitac401ee81f19978f1766d0f02a799f5ab168fe14 (patch)
tree546edaf5432f24bc85b96589edc649e6e15e75fb /indra/llui
parent03db2ddc9c27cf842c6185826617b0da0d2b87f5 (diff)
parent766ae4d1220b85e893a0f4d540c85503ff40e839 (diff)
Merged SL-10675
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lltextbase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index 5fdde445ef..3331b8aeee 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -366,6 +366,8 @@ public:
virtual void onFocusReceived();
virtual void onFocusLost();
+ void setParseHTML(bool parse_html) { mParseHTML = parse_html; }
+
// LLSpellCheckMenuHandler overrides
/*virtual*/ bool getSpellCheck() const;