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 Oct 3, 2024
1 parent cae0b3e commit 9df0811
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 @@ -1560,7 +1560,7 @@ void QgsSymbol::renderFeature( const QgsFeature &feature, QgsRenderContext &cont
break;
}
}
clippingEnabled &= !context.testFlag( Qgis::RenderContextFlag::DisableSymbolClippingToExtent )
clippingEnabled &= !context.testFlag( Qgis::RenderContextFlag::DisableSymbolClippingToExtent );
if ( clippingEnabled && context.testFlag( Qgis::RenderContextFlag::RenderMapTile ) )
{
// If the "avoid artifacts between adjacent tiles" flag is set (RenderMapTile), then we'll force disable
Expand Down

0 comments on commit 9df0811

Please sign in to comment.