From: Richard Heck Date: Wed, 17 Nov 2010 15:54:51 +0000 (+0000) Subject: Fixed bug #7037. Don't need these updateBuffer() calls. X-Git-Tag: 2.0.0~1822 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=13fa0dda1bcd5041de0c36184476e95e377c62cf;p=lyx.git 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 --- diff --git a/src/Text3.cpp b/src/Text3.cpp index 41a3fedf67..f3ea875e1a 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -1012,7 +1012,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) singleParUpdate = false; } moveCursor(cur, false); - cur.forceBufferUpdate(); break; case LFUN_CHAR_DELETE_BACKWARD: @@ -1030,7 +1029,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) cutSelection(cur, true, false); singleParUpdate = false; } - cur.forceBufferUpdate(); break; case LFUN_BREAK_PARAGRAPH: