From 1221d00d7d1e85fe58956d2ea13ff2fa8635880a Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 30 Apr 2018 22:31:50 -0400 Subject: [PATCH] Request buffer update rather than do it. (cherry picked from commit 2777b51c587cb061b3214c670a3cc4b357528e6c) --- src/insets/InsetQuotes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetQuotes.cpp b/src/insets/InsetQuotes.cpp index be06bd4978..ffff33c815 100644 --- a/src/insets/InsetQuotes.cpp +++ b/src/insets/InsetQuotes.cpp @@ -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: -- 2.39.5