]> 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:32:52 +0000 (22:32 -0400)
(cherry picked from commit 2777b51c587cb061b3214c670a3cc4b357528e6c)

src/insets/InsetQuotes.cpp

index be06bd4978eb1444f9cf27f586461e7fd1c0f431..ffff33c815ad6efc658b8475b6fad8ee0a996e6e 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: