From: Richard Kimberly Heck Date: Tue, 1 May 2018 02:31:50 +0000 (-0400) Subject: Request buffer update rather than do it. X-Git-Tag: 2.3.1~96 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1221d00d7d1e85fe58956d2ea13ff2fa8635880a;p=features.git Request buffer update rather than do it. (cherry picked from commit 2777b51c587cb061b3214c670a3cc4b357528e6c) --- 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: