Skip to content

Commit eed758e

Browse files
committedMay 30, 2017
Fix build
1 parent e58f25d commit eed758e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/symbology-ng/qgssymbollayer.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class QgsSymbolLayer
105105
PropertyDistanceY, //!< Vertical distance between points
106106
PropertyDisplacementX, //!< Horizontal displacement
107107
PropertyDisplacementY, //!< Vertical displacement
108-
PropertyAlpha, //!< Alpha (opacity)
108+
PropertyOpacity, //!< Alpha (opacity)
109109
PropertyCustomDash, //!< Custom dash pattern
110110
PropertyCapStyle, //!< Line cap style
111111
PropertyPlacement, //!< Line marker placement

0 commit comments

Comments
 (0)
Please sign in to comment.