Skip to content

Commit

Permalink
Fix effects lost on geometry generator symbol layer
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 18, 2016
1 parent bd81edc commit 2a873b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/symbology-ng/qgsgeometrygeneratorsymbollayer.cpp
Expand Up @@ -117,6 +117,8 @@ QgsSymbolLayer* QgsGeometryGeneratorSymbolLayer::clone() const

clone->setSymbolType( mSymbolType );

copyPaintEffect( clone );

return clone;
}

Expand Down

0 comments on commit 2a873b8

Please sign in to comment.