]> git.lyx.org Git - features.git/commitdiff
continue spellchecking after "replace all"
authorEdwin Leuven <e.leuven@gmail.com>
Thu, 9 Jul 2009 20:03:00 +0000 (20:03 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Thu, 9 Jul 2009 20:03:00 +0000 (20:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30438 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiSpellchecker.cpp

index f3b001c993c7a8ddf83bc589c54148b5bfd5fbec..b1cfcef655a2b7ed2ca5215055333c32cb3a5fc6 100644 (file)
@@ -182,6 +182,7 @@ void GuiSpellchecker::on_replaceAllPB_clicked()
                qstring_to_ucs4(d->ui.wordED->text()),
                true, true, true, true);
        dispatch(FuncRequest(LFUN_WORD_REPLACE, data));
+       check(); // continue spellchecking
 }