mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
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:
parent
be9587f9d9
commit
467281b334
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user