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; }