Request buffer update rather than do it.

This commit is contained in:
Richard Kimberly Heck 2018-04-30 22:31:50 -04:00
parent 35afcfb6dd
commit 2777b51c58

View 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: