git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23421 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-03-04 06:56:13 +00:00
parent 5fce07a02b
commit 9931b0155e

View File

@ -1544,9 +1544,9 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
updateLayout(oldClass, buffer);
updateFlags = Update::Force | Update::FitCursor;
// We are here most certainaly because of a change in the document
// It is then better to make sure that all dialogs are in sync
// with current document settings. LyXView::restartCursor() achieve this.
// We are most certainly here because of a change in the document
// It is then better to make sure that all dialogs are in sync with
// current document settings. LyXView::restartCursor() achieve this.
lyx_view_->restartCursor();
break;
}