]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathFrac.h
Fix bug #6049: Mathed: spacebar misbehavior while typing fractions
[features.git] / src / mathed / InsetMathFrac.h
index b2c55666b216835edfe4a2c44f0f25debc8169ee..7e22a24cfe5031b33b8368a1e139b212b512ecc2 100644 (file)
@@ -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; }