diff options
author | Kitty Barnett <develop@catznip.com> | 2012-02-03 19:45:00 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-02-03 19:45:00 +0100 |
commit | 49e0c38ee85214eb7d0e7e995d1a380ee2f60720 (patch) | |
tree | d4beee5beb7e85d782d4fc750b09cae997e215c3 /indra/llui/lllineeditor.cpp | |
parent | 41e11a508379d8f6d2b95f835d2df9f4e2bbea01 (diff) |
STORM-276 Added preferences panel
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-rw-r--r-- | indra/llui/lllineeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp index e67753292e..42cfc4cae9 100644 --- a/indra/llui/lllineeditor.cpp +++ b/indra/llui/lllineeditor.cpp @@ -617,6 +617,7 @@ bool LLLineEditor::isMisspelledWord(U32 pos) const void LLLineEditor::onSpellCheckSettingsChange() { // Recheck the spelling on every change + mMisspellRanges.clear(); mSpellCheckStart = mSpellCheckEnd = -1; } |