No need to fit cursor here.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25313 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-18 23:26:25 +00:00
parent be9587f9d9
commit 467281b334

View File

@ -1427,7 +1427,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
view()->cursor().recordUndoFullDocument();
if (mutateNotes(view(), cmd.getArg(0), cmd.getArg(1))) {
updateFlags = Update::Force | Update::FitCursor;
updateFlags = Update::Force;
}
break;
}