From: Richard Heck Date: Tue, 26 Jul 2016 17:33:41 +0000 (-0400) Subject: orig_x can and so prsumably should be a double. X-Git-Tag: 2.2.2~107^2 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0dceac6288ce1c045026a6cd4fa88592374f3e5b;p=features.git orig_x can and so prsumably should be a double. --- diff --git a/src/RowPainter.cpp b/src/RowPainter.cpp index fdd79240b4..ae7ed4ddab 100644 --- a/src/RowPainter.cpp +++ b/src/RowPainter.cpp @@ -587,7 +587,7 @@ void RowPainter::paintOnlyInsets() x_ += e.full_width(); continue; } - int orig_x = x_; + double orig_x = x_; paintInset(e.inset, e.font, e.change, e.pos); // The line that indicates word in a different language paintForeignMark(orig_x, e.font.language(), e.dim.descent());