]> git.lyx.org Git - features.git/commitdiff
Revert "Let non-ASCII chars within regexp insets match their occurrence within TEXT...
authorTommaso Cucinotta <tommaso@lyx.org>
Sat, 24 Aug 2013 16:42:14 +0000 (17:42 +0100)
committerTommaso Cucinotta <tommaso@lyx.org>
Sat, 24 Aug 2013 16:42:14 +0000 (17:42 +0100)
This reverts commit 6a3792bdbb7e081fe15d6600b2d86bbefd20b2f0.

src/mathed/InsetMathHull.cpp

index 0eb7241f4c1da2e58296c8d79c87f00f3195680a..f0fc1b41e10338dd0cf9d53e0f4b802e3f390ebe 100644 (file)
@@ -1242,8 +1242,7 @@ docstring InsetMathHull::eolString(row_type row, bool fragile, bool latex,
 
 void InsetMathHull::write(WriteStream & os) const
 {
-       ModeSpecifier specifier(os,
-               type_ == hullRegexp ? TEXT_MODE : MATH_MODE);
+       ModeSpecifier specifier(os, MATH_MODE);
        header_write(os);
        InsetMathGrid::write(os);
        footer_write(os);