X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathRow.h;h=cb4c8614cd38f5993cc31a8821ce5cf501634724;hb=a68e5b777487b495feeefa53700834ecec6ec196;hp=de63ec965ff7a4442191cd044e28be11a07edce4;hpb=a48581f48c93b3981ffd3e058f57e3ed95b53641;p=lyx.git diff --git a/src/mathed/MathRow.h b/src/mathed/MathRow.h index de63ec965f..cb4c8614cd 100644 --- a/src/mathed/MathRow.h +++ b/src/mathed/MathRow.h @@ -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;