mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-31 16:50:52 +01:00
Element editor : minor improvement
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4061 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -393,7 +393,7 @@ void CustomElementGraphicPart::drawShadowShape(QPainter *painter)
|
||||
color.setAlpha(50);
|
||||
painter -> setBrush (QBrush (color));
|
||||
painter -> setPen (Qt::NoPen);
|
||||
painter -> drawPath (strock.createStroke(shape()));
|
||||
painter -> drawPath (strock.createStroke(shadowShape()));
|
||||
painter -> restore ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user