mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
e345174df8
commit
e11182b5ec
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user