From 13fa0dda1bcd5041de0c36184476e95e377c62cf Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 17 Nov 2010 15:54:51 +0000 Subject: [PATCH] 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 --- src/Text3.cpp | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.39.5