]> git.lyx.org Git - lyx.git/blobdiff - src/Text3.cpp
Support the new Indian Rupee currency symbol.
[lyx.git] / 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: