Skip to content

Commit e85c0f9

Browse files
author
jef
committedDec 10, 2009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/renderer/qgssinglesymbolrenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ void QgsSingleSymbolRenderer::renderFeature( QgsRenderContext &renderContext, Qg
200200
// We set pen color in case it is an area with no brush (transparent).
201201
// Previously, this was only done for lines. Why?
202202
pen.setColor( mSelectionColor );
203-
p->setPen( pen );
204203
}
204+
p->setPen( pen );
205205
}
206206
}
207207
}

0 commit comments

Comments
 (0)
Please sign in to comment.