]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / Cursor.cpp
index b662faa82f89b68f2e5c0be9384735782062dcff..b91322fe49c73ff1de00c6a4426a4ff600b3c49d 100644 (file)
@@ -1559,7 +1559,7 @@ void Cursor::normalize()
                        << pos() << ' ' << lastpos() <<  " in idx: " << idx()
                       << " in atom: '";
                odocstringstream os;
-               WriteStream wi(os, false, true);
+               WriteStream wi(os, false, true, false);
                inset().asInsetMath()->write(wi);
                lyxerr << to_utf8(os.str()) << endl;
                pos() = lastpos();