Skip to content

Commit

Permalink
fix #2242
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12396 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 10, 2009
1 parent e6495b3 commit e85c0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/renderer/qgssinglesymbolrenderer.cpp
Expand Up @@ -200,8 +200,8 @@ void QgsSingleSymbolRenderer::renderFeature( QgsRenderContext &renderContext, Qg
// We set pen color in case it is an area with no brush (transparent).
// Previously, this was only done for lines. Why?
pen.setColor( mSelectionColor );
p->setPen( pen );
}
p->setPen( pen );
}
}
}
Expand Down

0 comments on commit e85c0f9

Please sign in to comment.