Skip to content

Commit 7ceae77

Browse files
author
jef
committedDec 10, 2009
fix #2242
git-svn-id: http://svn.osgeo.org/qgis/trunk@12396 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 53819f6 commit 7ceae77

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)