mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +00:00
Merge branch '2.2.x' of git.lyx.org:lyx into 2.2.x
This commit is contained in:
commit
5e6f9d1753
@ -587,7 +587,7 @@ void RowPainter::paintOnlyInsets()
|
|||||||
x_ += e.full_width();
|
x_ += e.full_width();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
int orig_x = x_;
|
double orig_x = x_;
|
||||||
paintInset(e.inset, e.font, e.change, e.pos);
|
paintInset(e.inset, e.font, e.change, e.pos);
|
||||||
// The line that indicates word in a different language
|
// The line that indicates word in a different language
|
||||||
paintForeignMark(orig_x, e.font.language(), e.dim.descent());
|
paintForeignMark(orig_x, e.font.language(), e.dim.descent());
|
||||||
|
Loading…
Reference in New Issue
Block a user