X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBinom.h;h=d3dd51a289285ab364649c4b1447d7c583638895;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=80ed9473f635a23c9fbea86fbc7d9ee55641e858;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetMathBinom.h b/src/mathed/InsetMathBinom.h index 80ed9473f6..d3dd51a289 100644 --- a/src/mathed/InsetMathBinom.h +++ b/src/mathed/InsetMathBinom.h @@ -31,10 +31,13 @@ public: 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: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// int dw() const; ///