Skip to content

Commit 14cf6f0

Browse files
author
mhugent
committedFeb 1, 2007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/renderer/qgsuniquevaluerenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ void QgsUniqueValueRenderer::renderFeature(QPainter* p, QgsFeature& f,QImage* im
140140
//no matching symbol found. In this case, set Qt::NoPen, Qt::NoBrush or transparent image
141141
if ( img && mVectorType == QGis::Point )
142142
{
143-
//todo: fill image transparent
143+
img->fill(0);
144144
}
145145
else if ( mVectorType != QGis::Point )
146146
{

0 commit comments

Comments
 (0)
Please sign in to comment.