]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBinom.h
Allows editing when the Prefs dialog is opened; fix bug 3140:
[lyx.git] / src / mathed / InsetMathBinom.h
index aba5364a7f61bd8bc71a4ac8d0942568c047279b..baf2b8d6bf7bd1897ae0be00ac4772a8178ce787 100644 (file)
@@ -28,9 +28,12 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool 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;
 private: