]> git.lyx.org Git - lyx.git/commitdiff
Partially revert b627b870, which broke cursor movement.
authorRichard Heck <rgheck@lyx.org>
Wed, 25 Feb 2015 01:04:10 +0000 (20:04 -0500)
committerRichard Heck <rgheck@lyx.org>
Wed, 25 Feb 2015 01:04:59 +0000 (20:04 -0500)
src/Text3.cpp

index f49274fb4df11495ed550efd50e5ff775bc009dd..e2602f031baeea50143aaec14f0e1fc9df5a63da 100644 (file)
@@ -476,7 +476,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
        cur.noScreenUpdate();
 
        LBUFERR(this == cur.text());
-       CursorSlice const oldTopSlice = cur.top();
+       CursorSlice const oldTopSlice = cur.top();
        bool const oldBoundary = cur.boundary();
        bool const oldSelection = cur.selection();
        // Signals that, even if needsUpdate == false, an update of the