mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
small bug fix from Martin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3281 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f4892a2d33
commit
78c091d70b
@ -1410,8 +1410,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
|
||||||
insert(c, lastcode_);
|
|
||||||
lastcode_ = LM_TC_MIN;
|
lastcode_ = LM_TC_MIN;
|
||||||
|
insert(c, lastcode_);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user