]> git.lyx.org Git - features.git/commitdiff
Request buffer update rather than do it.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 1 May 2018 02:31:50 +0000 (22:31 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 1 May 2018 02:31:50 +0000 (22:31 -0400)
src/insets/InsetQuotes.cpp

index 456455162a9108f27463328e74d57fd0f6d61255..49922943c255dd6681e155a6fc11110596fa0dc3 100644 (file)
@@ -800,7 +800,7 @@ void InsetQuotes::doDispatch(Cursor & cur, FuncRequest & cmd)
                }
                cur.recordUndoInset(this);
                parseString(cmd.getArg(1), true);
-               cur.buffer()->updateBuffer();
+               cur.forceBufferUpdate();
                break;
        }
        default: