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: lyx-2.4.0dev-acb2ca7b~3515 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2777b51c587cb061b3214c670a3cc4b357528e6c;p=lyx.git Request buffer update rather than do it. --- diff --git a/src/insets/InsetQuotes.cpp b/src/insets/InsetQuotes.cpp index 456455162a..49922943c2 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: