mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 11:20:52 +01:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user