Skip to content

Commit f00e4fb

Browse files
committed
Feature #8725: Remove unnecesary setPen()
1 parent 17b31c2 commit f00e4fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/symbology-ng/qgsfillsymbollayerv2.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ void QgsSimpleFillSymbolLayerV2::renderPolygon( const QPolygonF& points, QList<Q
172172
applyDataDefinedSymbology( context, mBrush, mPen, mSelPen );
173173

174174
p->setBrush( context.selected() ? mSelBrush : mBrush );
175-
p->setPen( mPen );
176175
p->setPen( context.selected() ? mSelPen : mPen );
177176

178177
QPointF offset;

0 commit comments

Comments
 (0)