mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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
|
void InsetMathHull::write(WriteStream & os) const
|
||||||
{
|
{
|
||||||
ModeSpecifier specifier(os,
|
ModeSpecifier specifier(os, MATH_MODE);
|
||||||
type_ == hullRegexp ? TEXT_MODE : MATH_MODE);
|
|
||||||
header_write(os);
|
header_write(os);
|
||||||
InsetMathGrid::write(os);
|
InsetMathGrid::write(os);
|
||||||
footer_write(os);
|
footer_write(os);
|
||||||
|
Loading…
Reference in New Issue
Block a user