Do not close spellchecker after "Replace All" (#11310)

Wrong use of wrapAround here
This commit is contained in:
Juergen Spitzmueller 2020-12-15 15:55:22 +01:00
parent 96a93134b3
commit 43bc156a0b
2 changed files with 2 additions and 2 deletions

View File

@ -490,8 +490,6 @@ void SpellcheckerWidget::on_replaceAllPB_clicked()
LYXERR(Debug::GUI, "Replace all (" << replacement << ")");
dispatch(FuncRequest(LFUN_WORD_REPLACE, datastring));
d->forward();
// replace all wraps around
d->wrapAround(true);
d->check(); // continue spellchecking
d->canCheck();
}

View File

@ -60,6 +60,8 @@ What's new
- Make bibliographies work with grandchildren (bug 12033).
- Do not close spellchecker after "Replace All" action (bug 11310).
* INTERNALS