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:
André Pönitz 2002-01-03 12:04:10 +00:00
parent f4892a2d33
commit 78c091d70b

View File

@ -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;
}