From: Pavel Sanda Date: Wed, 18 Jun 2008 23:26:25 +0000 (+0000) Subject: No need to fit cursor here. X-Git-Tag: 1.6.10~4339 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=467281b334668dbc9801e3598d0b399dcc7b4c42;p=features.git No need to fit cursor here. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25313 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXFunc.cpp b/src/LyXFunc.cpp index 9298c493f8..03f87ff2b2 100644 --- a/src/LyXFunc.cpp +++ b/src/LyXFunc.cpp @@ -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; }