]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.C
redraw fix 1.
[lyx.git] / src / exporter.C
index 7d9c2b3f09de64253175d85e765b5bade4fd5122..898d6301a9d66f113843588d2abf507a2733bce6 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();
                }
        }