Allow continuous color rendering also for point symbols

git-svn-id: http://svn.osgeo.org/qgis/trunk@10108 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2009-02-05 11:29:14 +00:00
parent 105151eda3
commit 4f62fddf52
2 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,6 @@ void QgsContinuousColorRenderer::renderFeature( QPainter * p, QgsFeature & f, QI
{
if ( img )
*img = QImage();
return;
}
double fvalue = attrs[mClassificationField].toDouble();

View File

@ -1,4 +1,4 @@
SUBDIRS (copyright_label delimited_text interpolation north_arrow scale_bar)
SUBDIRS (copyright_label delimited_text interpolation north_arrow scale_bar qgis2google)
IF (POSTGRES_FOUND)
SUBDIRS (spit)