From: André Pönitz Date: Thu, 7 Aug 2003 10:12:49 +0000 (+0000) Subject: add a 'fitCursor' X-Git-Tag: 1.6.10~16317 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=538d4bf0afa23afce5de96a62e44a08148a0478a;p=features.git add a 'fitCursor' git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7517 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/ControlSpellchecker.C b/src/frontends/controllers/ControlSpellchecker.C index 1ad7848f6e..de9c7ff3e3 100644 --- a/src/frontends/controllers/ControlSpellchecker.C +++ b/src/frontends/controllers/ControlSpellchecker.C @@ -182,9 +182,11 @@ void ControlSpellchecker::check() } lyxerr[Debug::GUI] << "Found word \"" << word_.word() << "\"" << endl; + lyxerr << "Found word \"" << word_.word() << "\"" << endl; if (!word_.word().empty()) { bufferview()->selectLastWord(); + bufferview()->fitCursor(); } else { showSummary(); endSession();