Skip to content

Commit 6cb4cbb

Browse files
committedMay 27, 2014
#9480: Add centroidInside to sip file
1 parent 0fdd3ac commit 6cb4cbb

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
@@ -386,6 +386,7 @@ class QgsPalLayerSettings
386386
unsigned int placementFlags;
387387

388388
bool centroidWhole; // whether centroid calculated from whole or visible polygon
389+
bool centroidInside; // whether centroid-point calculated must be inside polygon
389390
double dist; // distance from the feature (in mm)
390391
bool distInMapUnits; //true if distance is in map units (otherwise in mm)
391392

0 commit comments

Comments
 (0)
Please sign in to comment.