Fix bug #6049: Mathed: spacebar misbehavior while typing fractions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30384 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2009-07-05 23:50:16 +00:00
parent 46fdf8dbac
commit e8ecb8b483

View File

@ -25,6 +25,8 @@ public:
/// ///
explicit InsetMathFracBase(idx_type ncells = 2); explicit InsetMathFracBase(idx_type ncells = 2);
/// ///
mode_type currentMode() const { return MATH_MODE; }
///
bool idxUpDown(Cursor &, bool up) const; bool idxUpDown(Cursor &, bool up) const;
/// ///
bool idxBackward(Cursor &) const { return false; } bool idxBackward(Cursor &) const { return false; }