From 94a5481a1762c7c7b12220aadb211fbe83adf77b Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 24 Feb 2015 20:04:10 -0500 Subject: [PATCH] Partially revert b627b870, which broke cursor movement. --- src/Text3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text3.cpp b/src/Text3.cpp index f49274fb4d..e2602f031b 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -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 -- 2.39.5