mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Do not close spellchecker after "Replace All" (#11310)
Wrong use of wrapAround here
This commit is contained in:
parent
96a93134b3
commit
43bc156a0b
@ -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();
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user