mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
revert last "bug-fix" for the 'C-m 11' problem
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3286 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8e5481d65f
commit
00af0cdf35
@ -1305,7 +1305,9 @@ bool MathCursor::script(bool up)
|
|||||||
|
|
||||||
bool MathCursor::interpret(char c)
|
bool MathCursor::interpret(char c)
|
||||||
{
|
{
|
||||||
//lyxerr << "interpret 2: '" << c << "'\n";
|
|
||||||
|
// Removed super/subscript handling from here to ::script -MV
|
||||||
|
|
||||||
// handle macroMode
|
// handle macroMode
|
||||||
if (inMacroMode()) {
|
if (inMacroMode()) {
|
||||||
string name = macroName();
|
string name = macroName();
|
||||||
@ -1410,8 +1412,8 @@ bool MathCursor::interpret(char c)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// no special circumstances, so insert the character without any fuss
|
// no special circumstances, so insert the character without any fuss
|
||||||
lastcode_ = LM_TC_MIN;
|
|
||||||
insert(c, lastcode_);
|
insert(c, lastcode_);
|
||||||
|
lastcode_ = LM_TC_MIN;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user