Skip to content

Commit

Permalink
Don't draw point symbols for values which have been deleted from uniq…
Browse files Browse the repository at this point in the history
…ue value dialog

git-svn-id: http://svn.osgeo.org/qgis/trunk@6479 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 1, 2007
1 parent e345174 commit e11182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/renderer/qgsuniquevaluerenderer.cpp
Expand Up @@ -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 )
{
Expand Down

0 comments on commit e11182b

Please sign in to comment.