summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-01-06 11:18:45 -0500
committerOz Linden <oz@lindenlab.com>2015-01-06 11:18:45 -0500
commit4d4ad1afaf6fb2473e4a1261416e94a144cabce9 (patch)
treea56007fd533d9f890c899ef6b01e05a9dc3a87ad /indra/llui/lltexteditor.cpp
parent0e5dbc4ef80b5cfe84c1763ff09e0c095f104d89 (diff)
parent2d7fb5c67580620fd707b4fde3c497886e050dd1 (diff)
merge changes for STORM-2094
Diffstat (limited to 'indra/llui/lltexteditor.cpp')
-rwxr-xr-xindra/llui/lltexteditor.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp
index cf5fdef539..227b1f91a9 100755
--- a/indra/llui/lltexteditor.cpp
+++ b/indra/llui/lltexteditor.cpp
@@ -2380,6 +2380,14 @@ void LLTextEditor::removeTextFromEnd(S32 num_chars)
//----------------------------------------------------------------------------
+void LLTextEditor::onSpellCheckPerformed()
+{
+ if (isPristine())
+ {
+ mBaseDocIsPristine = FALSE;
+ }
+}
+
void LLTextEditor::makePristine()
{
mPristineCmd = mLastCmd;