X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRowPainter.cpp;h=2d7e12c445e2bb8d22efe7af6f969459d1e93580;hb=c10e3f87ac087486971eaedead42d98891596758;hp=55155716bea43c2a7afac6cc6055210b0a3c2de7;hpb=71563835c7943ea987a5d967b79ec90cb2b3c26e;p=lyx.git diff --git a/src/RowPainter.cpp b/src/RowPainter.cpp index 55155716be..2d7e12c445 100644 --- a/src/RowPainter.cpp +++ b/src/RowPainter.cpp @@ -205,7 +205,7 @@ void RowPainter::paintMisspelledMark(Row::Element const & e) const if (x1 > x2) swap(x1, x2); - pi_.pain.line(int(x_ + x1), y, int(x_ + x2), y, + pi_.pain.line(int(x_ + x1), y, int(x_ + x2), y, Color_error, Painter::line_onoffdash, thickness); pos = range.last + 1;