mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
orig_x can and so prsumably should be a double.
This commit is contained in:
parent
68487d5197
commit
0dceac6288
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user