]> git.lyx.org Git - features.git/commitdiff
No need to fit cursor here.
authorPavel Sanda <sanda@lyx.org>
Wed, 18 Jun 2008 23:26:25 +0000 (23:26 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 18 Jun 2008 23:26:25 +0000 (23:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25313 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXFunc.cpp

index 9298c493f869a0fcbc1dfe48c52d670a7ef180f6..03f87ff2b255b479b4eb7bbb2d4db277ae3ceda8 100644 (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;
                }