mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
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:
parent
105151eda3
commit
4f62fddf52
@ -83,7 +83,6 @@ void QgsContinuousColorRenderer::renderFeature( QPainter * p, QgsFeature & f, QI
|
||||
{
|
||||
if ( img )
|
||||
*img = QImage();
|
||||
return;
|
||||
}
|
||||
double fvalue = attrs[mClassificationField].toDouble();
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user