Skip to content

Commit

Permalink
Update src/core/symbology/qgsfillsymbollayer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Pellerin <nirvn.asia@gmail.com>
  • Loading branch information
nyalldawson and nirvn committed Oct 25, 2021
1 parent 088ffe6 commit d0c1cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology/qgsfillsymbollayer.cpp
Expand Up @@ -3019,7 +3019,7 @@ void QgsLinePatternFillSymbolLayer::applyPattern( const QgsSymbolRenderContext &
void QgsLinePatternFillSymbolLayer::startRender( QgsSymbolRenderContext &context )
{
// if we are using a vector based output, we need to render points as vectors
// (OR if the marker has data defined symbology, in which case we need to evaluate this point-by-point)
// (OR if the line has data defined symbology, in which case we need to evaluate this line-by-line)
mRenderUsingLines = context.renderContext().forceVectorOutput()
|| mFillLineSymbol->hasDataDefinedProperties();

Expand Down

0 comments on commit d0c1cb7

Please sign in to comment.