]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiagram.h
When selecting math with the mouse, selection happens in the middle (#9748)
[lyx.git] / src / mathed / InsetMathDiagram.h
index 1e44863dda770aa8e9aaad0feb22848ca164c268..732cd4ee1b57d34bfd92d53d4928a7588d1a514d 100644 (file)
@@ -26,6 +26,8 @@ public:
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
+       void draw(PainterInfo & pi, int x, int y) const;
+       ///
        InsetMathDiagram const * asDiagramInset() const { return this; }
        ///
        virtual int colsep() const;