Skip to content

Commit

Permalink
Allow continuous color rendering also for point symbols
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10108 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 5, 2009
1 parent fc7c89d commit 428ddf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/core/renderer/qgscontinuouscolorrenderer.cpp
Expand Up @@ -83,7 +83,6 @@ void QgsContinuousColorRenderer::renderFeature( QPainter * p, QgsFeature & f, QI
{
if ( img )
*img = QImage();
return;
}
double fvalue = attrs[mClassificationField].toDouble();

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/CMakeLists.txt
@@ -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)
Expand Down

0 comments on commit 428ddf6

Please sign in to comment.