]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Ensure the focus is returned to the editing area after a dispatch.
[lyx.git] / src / Buffer.cpp
index b6e234b7520f5d75069503ae28916c204af5f520..3e2877ade43c9565216dbb4c492088468440cc27 100644 (file)
@@ -115,7 +115,7 @@ namespace os = support::os;
 
 namespace {
 
-int const LYX_FORMAT = 332;    //ps, graphgroups
+int const LYX_FORMAT = 334;
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;