Skip to content

Commit 6e24fe7

Browse files
committed
Feature #8725: Remove unnecesary setPen()
1 parent b745c3d commit 6e24fe7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/symbology-ng/qgsfillsymbollayerv2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ void QgsSimpleFillSymbolLayerV2::renderPolygon( const QPolygonF& points, QList<Q
171171
applyDataDefinedSymbology( context, mBrush, mPen, mSelPen );
172172

173173
p->setBrush( context.selected() ? mSelBrush : mBrush );
174-
p->setPen( mPen );
175174
p->setPen( context.selected() ? mSelPen : mPen );
176175

177176
QPointF offset;

0 commit comments

Comments
 (0)