зеркало из https://github.com/mozilla/pjs.git
remove tabs accidentally added in b06c1085caab
--HG-- extra : rebase_source : 73d5460c346ac2e4ebf21a84802971edb2f2482b
This commit is contained in:
Родитель
7bc8a1c853
Коммит
d8d57a6909
|
@ -204,7 +204,7 @@ mozSpellChecker::Replace(const nsAString &aOldWord, const nsAString &aNewWord, P
|
|||
// move the selection point forwards
|
||||
if((currentBlock == startBlock)&&(begin < selOffset)){
|
||||
selOffset +=
|
||||
PRInt32(aNewWord.Length()) - PRInt32(aOldWord.Length());
|
||||
PRInt32(aNewWord.Length()) - PRInt32(aOldWord.Length());
|
||||
if(selOffset < begin) selOffset=begin;
|
||||
}
|
||||
mTsDoc->SetSelection(begin, end-begin);
|
||||
|
|
Загрузка…
Ссылка в новой задаче