X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursor.cpp;h=b91322fe49c73ff1de00c6a4426a4ff600b3c49d;hb=2455bc258f3b62c29ec4a41cb88070ff8518e842;hp=b662faa82f89b68f2e5c0be9384735782062dcff;hpb=eb28cb8755439d05714dd3a933bb7c94785c9452;p=lyx.git diff --git a/src/Cursor.cpp b/src/Cursor.cpp index b662faa82f..b91322fe49 100644 --- a/src/Cursor.cpp +++ b/src/Cursor.cpp @@ -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();