mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
@cluster_color should default to null, not empty string
This commit is contained in:
parent
ddfe91f763
commit
6fd5815523
@ -454,7 +454,7 @@ QgsExpressionContextScope* QgsPointDistanceRenderer::createGroupScope( const Clu
|
||||
else
|
||||
{
|
||||
//mixed colors
|
||||
clusterScope->setVariable( QgsExpressionContext::EXPR_CLUSTER_COLOR, "" );
|
||||
clusterScope->setVariable( QgsExpressionContext::EXPR_CLUSTER_COLOR, QVariant() );
|
||||
}
|
||||
|
||||
clusterScope->setVariable( QgsExpressionContext::EXPR_CLUSTER_SIZE, group.size() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user