]> git.lyx.org Git - features.git/commitdiff
Fixed bug #7037. Don't need these updateBuffer() calls.
authorRichard Heck <rgheck@comcast.net>
Wed, 17 Nov 2010 15:54:51 +0000 (15:54 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 17 Nov 2010 15:54:51 +0000 (15:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36339 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text3.cpp

index 41a3fedf6779da8fb0dc797580dbbe3b69bb2cfe..f3ea875e1a7502c389d81323b833977e65f272af 100644 (file)
@@ -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: