mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +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
|
||||
insert(c, lastcode_);
|
||||
lastcode_ = LM_TC_MIN;
|
||||
insert(c, lastcode_);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user