]> git.lyx.org Git - lyx.git/commitdiff
Do not close spellchecker after "Replace All" (#11310)
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 15 Dec 2020 14:55:22 +0000 (15:55 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 15 Dec 2020 14:55:22 +0000 (15:55 +0100)
Wrong use of wrapAround here

src/frontends/qt4/GuiSpellchecker.cpp
status.23x

index 537d9d79b50184b8e652d75aac0ab3369db54e2e..a24f6123144c5a524e13f107d8ac0fb608310305 100644 (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();
 }
index 0370b1bccdd08b43c7c208b67c47dafae3f4f544..d9c81fb531999bf118caba104c1f5820fd24a611 100644 (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