]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathRow.h
When cancelling saving of a children, cancel the whole process.
[lyx.git] / src / mathed / MathRow.h
index de63ec965ff7a4442191cd044e28be11a07edce4..cb4c8614cd38f5993cc31a8821ce5cf501634724 100644 (file)
@@ -110,8 +110,8 @@ public:
        // compute the spacings.
        MathRow(MetricsInfo & mi, MathData const * ar);
 
-       //
-       void metrics(MetricsInfo & mi, Dimension & dim);
+       // this returns true if the caret is here
+       bool metrics(MetricsInfo & mi, Dimension & dim);
        //
        void draw(PainterInfo & pi, int const x, int const y) const;