Skip to content

Commit

Permalink
Update src/core/symbology/qgssymbol.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 21, 2024
1 parent b84f1e5 commit 495091d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology/qgssymbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ void QgsSymbol::renderFeature( const QgsFeature &feature, QgsRenderContext &cont
mSymbolRenderContext->expressionContextScope()->addVariable( QgsExpressionContextScope::StaticVariable( QStringLiteral( "symbol_layer_count" ), mLayers.count(), true ) );

const bool maskGeometriesDisabledForSymbol = context.testFlag( Qgis::RenderContextFlag::AlwaysUseGlobalMasks )
&& !mRenderHints.testFlag( Qgis::SymbolRenderHint::IsSymbolLayerSubSymbol );
&& !mRenderHints.testFlag( Qgis::SymbolRenderHint::IsSymbolLayerSubSymbol );

for ( const int symbolLayerIndex : layers )
{
Expand Down

0 comments on commit 495091d

Please sign in to comment.