]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
Call an update before setting the_locking_inset = 0 as otherwise we
[lyx.git] / src / tabular.C
index 7f05319dbdf454f72bca1bde9462e9287e1c771e..6d26b3a4c1ad0fb8ed052d30f1768d8c2b11c6a0 100644 (file)
@@ -1461,7 +1461,8 @@ void LyXTabular::OldFormatRead(BufferParams const & bp,
                if (token.empty())
                        continue;
                if (token == "\\layout"
-                       || token == "\\end_float"
+                       || token == "\\end_float" // this should not exist anymore
+                       || token == "\\end_inset" // as it is substituted by this
                        || token == "\\end_deeper")
                {
                        lex.pushToken(token);