mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-23 18:29:58 +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);
|
Q_UNUSED(option); Q_UNUSED(widget);
|
||||||
|
|
||||||
QPen pen(m_shapeStyle);
|
QPen pen(m_shapeStyle);
|
||||||
pen.setWidthF(1);
|
|
||||||
painter -> setRenderHint(QPainter::Antialiasing, false);
|
painter -> setRenderHint(QPainter::Antialiasing, false);
|
||||||
|
pen.setWidthF(1);
|
||||||
|
|
||||||
|
|
||||||
if (m_hovered) {
|
if (m_hovered) {
|
||||||
painter->save();
|
painter->save();
|
||||||
|
|||||||
Reference in New Issue
Block a user