]> git.lyx.org Git - lyx.git/blobdiff - src/RowPainter.cpp
Russian splash.lyx: update from Yuriy
[lyx.git] / src / RowPainter.cpp
index 55155716bea43c2a7afac6cc6055210b0a3c2de7..2d7e12c445e2bb8d22efe7af6f969459d1e93580 100644 (file)
@@ -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;