Skip to content
Permalink
Browse files
Fixed #2615.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13423 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 5, 2010
1 parent 4667ca1 commit 60eb44d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -162,7 +162,7 @@ QColor QgsSymbolV2::color()
void QgsSymbolV2::drawPreviewIcon( QPainter* painter, QSize size )
{
QgsRenderContext context = QgsSymbolLayerV2Utils::createRenderContext( painter );
QgsSymbolV2RenderContext symbolContext( context, mOutputUnit );
QgsSymbolV2RenderContext symbolContext( context, mOutputUnit, mAlpha, false, mRenderHints );
for ( QgsSymbolLayerV2List::iterator it = mLayers.begin(); it != mLayers.end(); ++it )
{
( *it )->drawPreviewIcon( symbolContext, size );

0 comments on commit 60eb44d

Please sign in to comment.