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:
Pavel Sanda 2010-09-24 12:26:28 +00:00
parent 3c9928285a
commit b1b1e13ad4

View File

@ -83,7 +83,7 @@ void GuiPainter::setQPainterPen(QColor const & col,
case line_onoffdash: pen.setStyle(Qt::DotLine); break; case line_onoffdash: pen.setStyle(Qt::DotLine); break;
} }
pen.setWidth(lw); pen.setWidth((int)lw);
setPen(pen); setPen(pen);
} }