mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Revert "Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario)."
This reverts commit 6a3792bdbb
.
This commit is contained in:
parent
203dab97c3
commit
0b6edb0b2f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user