Skip to content

Commit 37ef6b8

Browse files
committed
Add missing sip binding
1 parent 92ab671 commit 37ef6b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/core/qgspallabeling.sip

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ class QgsPalLayerSettings
179179
Horizontal, /**< Arranges horizontal candidates scattered throughout a polygon feature. Applies to polygon layers only.*/
180180
Free, /**< Arranges candidates scattered throughout a polygon feature. Candidates are rotated to respect the polygon's orientation. Applies to polygon layers only.*/
181181
OrderedPositionsAroundPoint, /**< Candidates are placed in predefined positions around a point. Peference is given to positions with greatest cartographic appeal, eg top right, bottom right, etc. Applies to point layers only.*/
182+
PerimeterCurved, /** Arranges candidates following the curvature of a polygon's boundary. Applies to polygon layers only.*/
182183
};
183184

184185
//! Positions for labels when using the QgsPalLabeling::OrderedPositionsAroundPoint placement mode

0 commit comments

Comments
 (0)