mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Fixed bug #7037. Don't need these updateBuffer() calls.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36339 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2d748d4f24
commit
13fa0dda1b
@ -1012,7 +1012,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
singleParUpdate = false;
|
singleParUpdate = false;
|
||||||
}
|
}
|
||||||
moveCursor(cur, false);
|
moveCursor(cur, false);
|
||||||
cur.forceBufferUpdate();
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LFUN_CHAR_DELETE_BACKWARD:
|
case LFUN_CHAR_DELETE_BACKWARD:
|
||||||
@ -1030,7 +1029,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
cutSelection(cur, true, false);
|
cutSelection(cur, true, false);
|
||||||
singleParUpdate = false;
|
singleParUpdate = false;
|
||||||
}
|
}
|
||||||
cur.forceBufferUpdate();
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LFUN_BREAK_PARAGRAPH:
|
case LFUN_BREAK_PARAGRAPH:
|
||||||
|
Loading…
Reference in New Issue
Block a user