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
This commit is contained in:
mhugent 2007-02-01 15:32:04 +00:00
parent e345174df8
commit e11182b5ec

View File

@ -140,7 +140,7 @@ void QgsUniqueValueRenderer::renderFeature(QPainter* p, QgsFeature& f,QImage* im
//no matching symbol found. In this case, set Qt::NoPen, Qt::NoBrush or transparent image
if ( img && mVectorType == QGis::Point )
{
//todo: fill image transparent
img->fill(0);
}
else if ( mVectorType != QGis::Point )
{