]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathRow.h
Fixup 097da3a9: fix horizontal navigatiion in InsetMathRoot
[lyx.git] / src / mathed / MathRow.h
index 797248c3a5512901cf284baf7011c8c42d63c3e1..cb4c8614cd38f5993cc31a8821ce5cf501634724 100644 (file)
@@ -110,8 +110,8 @@ public:
        // compute the spacings.
        MathRow(MetricsInfo & mi, MathData const * ar);
 
-       //
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       // 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;