]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathFrac.h
Re-implement math markers logic.
[features.git] / src / mathed / InsetMathFrac.h
index 9d5484487687932368f8bd45dc2be588cd4f47c1..b43180c41639405bae1732f944301da37db0b240 100644 (file)
@@ -125,12 +125,11 @@ 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;
-       /// draw decorations.
-       void drawDecoration(PainterInfo & pi, int x, int y) const
-       { drawMarkers2(pi, x, y); }
        ///
        bool extraBraces() const;
        ///