]> git.lyx.org Git - features.git/blobdiff - src/buffer.C
fix one bug
[features.git] / src / buffer.C
index 512ef4dfa157d9499c981d7378f3d90d68b54ff2..5be67668d69eae1ef629c3c34f9bdc718e28d6ba 100644 (file)
@@ -1041,6 +1041,9 @@ Buffer::parseSingleLyXformat2Token(LyXLex & lex, Paragraph *& par,
                // But insets should read it, it is a part of
                // the inset isn't it? Lgb.
        } else if (token == "\\begin_inset") {
+               // Does this fix it? YES!
+               checkminipage = true;
+               
 #ifdef NO_LATEX
                insertErtContents(par, pos, font, false);
                ert_stack.push(ert_comp);