]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.C
remove noload/don't typeset
[lyx.git] / src / exporter.C
index 7d9c2b3f09de64253175d85e765b5bade4fd5122..c82a0aa9b8d63d2f4da421594ff85b5501818bbe 100644 (file)
@@ -39,7 +39,8 @@ bool Exporter::Export(Buffer * buffer, string const & format,
        if (bv) {
                // Remove all error insets
                if (bv->removeAutoInsets()) {
-                       bv->redraw();
+#warning repaint() or update() or nothing ?
+                       bv->repaint();
                        bv->fitCursor();
                }
        }