Skip to content

Commit

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

clone->setSymbolType( mSymbolType );

copyPaintEffect( clone );

return clone;
}

Expand Down

0 comments on commit b2b6675

Please sign in to comment.