Skip to content

Commit 6fd5815

Browse files
committed
@cluster_color should default to null, not empty string
1 parent ddfe91f commit 6fd5815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/symbology-ng/qgspointdistancerenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ QgsExpressionContextScope* QgsPointDistanceRenderer::createGroupScope( const Clu
454454
else
455455
{
456456
//mixed colors
457-
clusterScope->setVariable( QgsExpressionContext::EXPR_CLUSTER_COLOR, "" );
457+
clusterScope->setVariable( QgsExpressionContext::EXPR_CLUSTER_COLOR, QVariant() );
458458
}
459459

460460
clusterScope->setVariable( QgsExpressionContext::EXPR_CLUSTER_SIZE, group.size() );

0 commit comments

Comments
 (0)