mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-04 11:09:58 +01:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user