From: Enrico Forestieri Date: Sun, 5 Jul 2009 23:50:16 +0000 (+0000) Subject: Fix bug #6049: Mathed: spacebar misbehavior while typing fractions X-Git-Tag: 2.0.0~6154 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e8ecb8b483e78790aa991b2991468f5ce7d08e29;p=features.git 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 --- diff --git a/src/mathed/InsetMathFrac.h b/src/mathed/InsetMathFrac.h index b2c55666b2..7e22a24cfe 100644 --- a/src/mathed/InsetMathFrac.h +++ b/src/mathed/InsetMathFrac.h @@ -25,6 +25,8 @@ public: /// explicit InsetMathFracBase(idx_type ncells = 2); /// + mode_type currentMode() const { return MATH_MODE; } + /// bool idxUpDown(Cursor &, bool up) const; /// bool idxBackward(Cursor &) const { return false; }