summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2012-02-03 19:45:00 +0100
committerKitty Barnett <develop@catznip.com>2012-02-03 19:45:00 +0100
commit49e0c38ee85214eb7d0e7e995d1a380ee2f60720 (patch)
treed4beee5beb7e85d782d4fc750b09cae997e215c3 /indra/llui/lltextbase.cpp
parent41e11a508379d8f6d2b95f835d2df9f4e2bbea01 (diff)
STORM-276 Added preferences panel
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r--indra/llui/lltextbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index 7eee1d39c4..2231d9b983 100644
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -1308,6 +1308,7 @@ bool LLTextBase::isMisspelledWord(U32 pos) const
void LLTextBase::onSpellCheckSettingsChange()
{
// Recheck the spelling on every change
+ mMisspellRanges.clear();
mSpellCheckStart = mSpellCheckEnd = -1;
}