]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlSpellchecker.C
Rob Lahaye's "iconify dialogs with main window if so desired" patch.
[lyx.git] / src / frontends / controllers / ControlSpellchecker.C
index d2961b50d020b49ef21adcee623e1638f08a9937..9369a15bba95405e336f842c10d5d65e64dbe800 100644 (file)
@@ -157,6 +157,7 @@ void ControlSpellchecker::replaceAll(string const & replacement)
 void ControlSpellchecker::insert()
 {
        speller_->insert(word_);
+       check();
 }