From 5760403f119ab18b444a7c8a188d523c80fe9a65 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Thu, 20 Mar 2014 14:09:31 +0000 Subject: [PATCH] Basic shapes: after many print tests retore line with 1.0 git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2943 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetgraphicsitem/qetshapeitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetgraphicsitem/qetshapeitem.cpp b/sources/qetgraphicsitem/qetshapeitem.cpp index c7d2f04b7..126c9ece8 100644 --- a/sources/qetgraphicsitem/qetshapeitem.cpp +++ b/sources/qetgraphicsitem/qetshapeitem.cpp @@ -104,7 +104,7 @@ void QetShapeItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *opti painter -> setRenderHint(QPainter::Antialiasing, false); QRectF rec = boundingRect(); QPen pen(Qt::black); - pen.setWidthF(0.5); + pen.setWidthF(1.0); if (isSelected()) pen.setColor(Qt::red);