mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
continue spellchecking after "replace all"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30438 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8eb09052ff
commit
70a24259f8
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user