Minor change

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3514 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-11-24 18:00:37 +00:00
parent 5a951d94d6
commit 40a36e069e

View File

@@ -169,8 +169,9 @@ void QetShapeItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *opti
Q_UNUSED(option); Q_UNUSED(widget);
QPen pen(m_shapeStyle);
pen.setWidthF(1);
painter -> setRenderHint(QPainter::Antialiasing, false);
pen.setWidthF(1);
if (m_hovered) {
painter->save();