mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
parent
0f18bb54cc
commit
8eb736b23b
@ -196,7 +196,6 @@ void RowPainter::paintMisspelledMark(Row::Element const & e) const
|
||||
continue;
|
||||
}
|
||||
|
||||
FontMetrics const & fm = theFontMetrics(e.font);
|
||||
int x1 = fm.pos2x(e.str, range.first - e.pos,
|
||||
e.isRTL(), e.extra);
|
||||
int x2 = fm.pos2x(e.str, min(range.last - e.pos + 1,
|
||||
|
Loading…
Reference in New Issue
Block a user