]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.C
more cursor dispatch
[lyx.git] / src / buffer_funcs.C
index 425bb3431a06d92f1d118ba5ad002ddb21bcb34d..dbb5e556d9cdfdc63d7aa26b3172f6db5448e3f5 100644 (file)
@@ -191,6 +191,7 @@ Buffer * newFile(string const & filename, string const & templatename,
        }
 
        b->setReadonly(false);
+       b->fully_loaded(true);
        b->updateDocLang(b->params().language);
 
        return b;