Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix default value for marker pen join style in sip bindings
  • Loading branch information
m-kuhn committed Apr 21, 2016
1 parent 66cb25f commit 0875c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/symbology-ng/qgsmarkersymbollayerv2.sip
Expand Up @@ -25,7 +25,7 @@ class QgsSimpleMarkerSymbolLayerV2 : QgsMarkerSymbolLayerV2
double size = DEFAULT_SIMPLEMARKER_SIZE,
double angle = DEFAULT_SIMPLEMARKER_ANGLE,
QgsSymbolV2::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD,
Qt::PenJoinStyle penJoinStyle = DEFAULT_SIMPLEFILL_JOINSTYLE );
Qt::PenJoinStyle penJoinStyle = DEFAULT_SIMPLEMARKER_JOINSTYLE );

// static stuff

Expand Down

1 comment on commit 0875c68

@nirvn
Copy link
Contributor

@nirvn nirvn commented on 0875c68 Apr 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m-kuhn oups, that would be my bad, thanks.

Please sign in to comment.