mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Request buffer update rather than do it.
This commit is contained in:
parent
35afcfb6dd
commit
2777b51c58
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user