]> git.lyx.org Git - lyx.git/blobdiff - src/text3.C
More 'standard conformant blurb' nonsense.
[lyx.git] / src / text3.C
index f0786b73799f318faef9feb154c5bb1a9c6b18d7..29c8d568133ce15f93f89ed0aa858af383860f8a 100644 (file)
@@ -1248,7 +1248,6 @@ InsetOld::RESULT LyXText::dispatch(FuncRequest const & cmd)
 
                bv->text->setSelection();
                bv->update();
-               bv->fitCursor();
                break;
        }
 
@@ -1424,7 +1423,7 @@ InsetOld::RESULT LyXText::dispatch(FuncRequest const & cmd)
                        // stack. They don't *have* to
                        // alter the document...
                        // (Joacim)
-                       // ...or maybe the SetCursorParUndo()
+                       // ...or maybe the recordUndo()
                        // below isn't necessary at all anylonger?
                        if (inset_hit->lyxCode() == InsetOld::REF_CODE)
                                recordUndo(bv, Undo::ATOMIC);