We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfe91f commit 6fd5815Copy full SHA for 6fd5815
src/core/symbology-ng/qgspointdistancerenderer.cpp
@@ -454,7 +454,7 @@ QgsExpressionContextScope* QgsPointDistanceRenderer::createGroupScope( const Clu
454
else
455
{
456
//mixed colors
457
- clusterScope->setVariable( QgsExpressionContext::EXPR_CLUSTER_COLOR, "" );
+ clusterScope->setVariable( QgsExpressionContext::EXPR_CLUSTER_COLOR, QVariant() );
458
}
459
460
clusterScope->setVariable( QgsExpressionContext::EXPR_CLUSTER_SIZE, group.size() );
0 commit comments