Skip to content

Commit 0123b7b

Browse files
committed
Add missing sip binding
(cherry-picked from 37ef6b8)
1 parent 0f0030a commit 0123b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/core/qgspallabeling.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class QgsPalLayerSettings
103103
Horizontal, /**< Arranges horizontal candidates scattered throughout a polygon feature. Applies to polygon layers only.*/
104104
Free, /**< Arranges candidates scattered throughout a polygon feature. Candidates are rotated to respect the polygon's orientation. Applies to polygon layers only.*/
105105
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.*/
106+
PerimeterCurved, /** Arranges candidates following the curvature of a polygon's boundary. Applies to polygon layers only.*/
106107
};
107108

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

0 commit comments

Comments
 (0)