Skip to content

Commit 0875c68

Browse files
committed
Fix default value for marker pen join style in sip bindings
1 parent 66cb25f commit 0875c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/symbology-ng/qgsmarkersymbollayerv2.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class QgsSimpleMarkerSymbolLayerV2 : QgsMarkerSymbolLayerV2
2525
double size = DEFAULT_SIMPLEMARKER_SIZE,
2626
double angle = DEFAULT_SIMPLEMARKER_ANGLE,
2727
QgsSymbolV2::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD,
28-
Qt::PenJoinStyle penJoinStyle = DEFAULT_SIMPLEFILL_JOINSTYLE );
28+
Qt::PenJoinStyle penJoinStyle = DEFAULT_SIMPLEMARKER_JOINSTYLE );
2929

3030
// static stuff
3131

0 commit comments

Comments
 (0)