]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.C
More 'standard conformant blurb' nonsense.
[lyx.git] / src / lyx_cb.C
index 1b49bafece967b5478bbdd34e9879653aab738ce..80aa0e9adbe7f80e69daa78892d6c0215e933e60 100644 (file)
@@ -337,8 +337,7 @@ void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph)
                bv->getLyXText()->insertStringAsLines(tmpstr);
        else
                bv->getLyXText()->insertStringAsParagraphs(tmpstr);
-       if (flag)
-               bv->update(BufferView::SELECT);
+       bv->update();
 }