mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
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:
parent
46fdf8dbac
commit
e8ecb8b483
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user