[qet] [2943] Basic shapes: after many print tests retore line with 1.0 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2943
Author: scorpio810
Date: 2014-03-20 15:09:31 +0100 (Thu, 20 Mar 2014)
Log Message:
-----------
Basic shapes: after many print tests retore line with 1.0
Modified Paths:
--------------
trunk/sources/qetgraphicsitem/qetshapeitem.cpp
Modified: trunk/sources/qetgraphicsitem/qetshapeitem.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/qetshapeitem.cpp 2014-03-20 13:56:53 UTC (rev 2942)
+++ trunk/sources/qetgraphicsitem/qetshapeitem.cpp 2014-03-20 14:09:31 UTC (rev 2943)
@@ -104,7 +104,7 @@
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);