]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.cpp
Wrap rotated cells with linebreaks in varwidth
[lyx.git] / src / insets / InsetQuotes.cpp
index 456455162a9108f27463328e74d57fd0f6d61255..49922943c255dd6681e155a6fc11110596fa0dc3 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: