Skip to content

Commit

Permalink
[ui] Fix missing @cluster_size and @cluster_color variables not visib…
Browse files Browse the repository at this point in the history
…le when editing the cluster renderer's cluster symbol
  • Loading branch information
nirvn committed Feb 2, 2025
1 parent 31df6fa commit f033bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/symbology/qgspointclusterrendererwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ QgsExpressionContext QgsPointClusterRendererWidget::createExpressionContext() co
{
context << new QgsExpressionContextScope( s );
}
context.setHighlightedVariables( QStringList() << QgsExpressionContext::EXPR_CLUSTER_COLOR << QgsExpressionContext::EXPR_CLUSTER_SIZE );
return context;
}

Expand Down

0 comments on commit f033bae

Please sign in to comment.