Skip to content

Commit e11182b

Browse files
author
mhugent
committed
Don't draw point symbols for values which have been deleted from unique value dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@6479 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e345174 commit e11182b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/renderer/qgsuniquevaluerenderer.cpp

+1-1
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)