mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
My compilator issues warning. Uwe, please check that this was intended.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35491 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3c9928285a
commit
b1b1e13ad4
@ -83,7 +83,7 @@ void GuiPainter::setQPainterPen(QColor const & col,
|
||||
case line_onoffdash: pen.setStyle(Qt::DotLine); break;
|
||||
}
|
||||
|
||||
pen.setWidth(lw);
|
||||
pen.setWidth((int)lw);
|
||||
|
||||
setPen(pen);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user