Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Feature #8725: Remove unnecesary setPen()
  • Loading branch information
ahuarte47 committed Oct 24, 2013
1 parent b745c3d commit 6e24fe7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/symbology-ng/qgsfillsymbollayerv2.cpp
Expand Up @@ -171,7 +171,6 @@ void QgsSimpleFillSymbolLayerV2::renderPolygon( const QPolygonF& points, QList<Q
applyDataDefinedSymbology( context, mBrush, mPen, mSelPen );

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

QPointF offset;
Expand Down

0 comments on commit 6e24fe7

Please sign in to comment.