From 43bc156a0bee666bf94041d2971085286f554d8f Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 15 Dec 2020 15:55:22 +0100 Subject: [PATCH] Do not close spellchecker after "Replace All" (#11310) Wrong use of wrapAround here --- src/frontends/qt4/GuiSpellchecker.cpp | 2 -- status.23x | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiSpellchecker.cpp b/src/frontends/qt4/GuiSpellchecker.cpp index 537d9d79b5..a24f612314 100644 --- a/src/frontends/qt4/GuiSpellchecker.cpp +++ b/src/frontends/qt4/GuiSpellchecker.cpp @@ -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(); } diff --git a/status.23x b/status.23x index 0370b1bccd..d9c81fb531 100644 --- a/status.23x +++ b/status.23x @@ -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 -- 2.39.5