mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Partially revert b627b870
, which broke cursor movement.
This commit is contained in:
parent
8aa37c43a1
commit
94a5481a17
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user