]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathFrac.h
index b43180c41639405bae1732f944301da37db0b240..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() const { return MARKER2; }
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;