mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Thicker misspelled underlining.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35438 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca004d6a86
commit
bfd5447fdd
@ -348,7 +348,7 @@ void RowPainter::paintForeignMark(double orig_x, Language const * lang,
|
||||
void RowPainter::paintMisspelledMark(double orig_x, int desc)
|
||||
{
|
||||
int const y = yo_ + desc;
|
||||
pi_.pain.line(int(orig_x), y, int(x_), y, Color_red, Painter::line_onoffdash, 0.5);
|
||||
pi_.pain.line(int(orig_x), y, int(x_), y, Color_red, Painter::line_onoffdash, 1.0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user