diff options
author | Kadah_Coba <kadah.coba@gmail.com> | 2019-03-02 23:34:31 -0800 |
---|---|---|
committer | Kadah_Coba <kadah.coba@gmail.com> | 2019-03-02 23:34:31 -0800 |
commit | 3dea03ed4af39f11dd554d07085726c37b56e00b (patch) | |
tree | e4817ca19dc499e7c94235a91381617a7bfae2ac /indra/llui/lltextbase.h | |
parent | 396f172636db85093f97fafa8906b3ad4cf6eecd (diff) |
Added LLTextBase::setParseHTML
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r-- | indra/llui/lltextbase.h | 2 |
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; |