mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Whitespace
This commit is contained in:
parent
e9db9d3644
commit
73865ce999
@ -1665,10 +1665,10 @@ void InsetMathNest::lfunMouseRelease(Cursor & cur, FuncRequest & cmd)
|
||||
|
||||
bool InsetMathNest::interpretChar(Cursor & cur, char_type const c)
|
||||
{
|
||||
// try auto-correction
|
||||
if (lyxrc.autocorrection_math && cur.pos() != 0 && !cur.selection()
|
||||
&& math_autocorrect(cur, c))
|
||||
return true;
|
||||
// try auto-correction
|
||||
if (lyxrc.autocorrection_math && cur.pos() != 0 && !cur.selection()
|
||||
&& math_autocorrect(cur, c))
|
||||
return true;
|
||||
|
||||
//lyxerr << "interpret 2: '" << c << "'" << endl;
|
||||
docstring save_selection;
|
||||
|
Loading…
Reference in New Issue
Block a user