]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
Restore correct left/right navigation in root inset
[lyx.git] / src / mathed / InsetMathFrac.h
index f82f3b43cd09ea7ff47bb0d1f2263975b1d3f4b9..ba92006a985a976a8bbfe5f5196657a344e1a122 100644 (file)
@@ -25,6 +25,8 @@ public:
        ///
        InsetMathFracBase(Buffer * buf, idx_type ncells = 2);
        ///
+       marker_type marker(BufferView const *) const { return MARKER2; }
+       ///
        bool idxUpDown(Cursor &, bool up) const;
        ///
        bool idxBackward(Cursor &) const { return false; }
@@ -125,8 +127,6 @@ public:
        /// Generalized fractions are of inner class (see The TeXbook, p.292)
        MathClass mathClass() const { return MC_INNER; }
        ///
-       marker_type marker(BufferView const *) const { return MARKER2; }
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;