From 6cb4cbb1cc0355e39adff7f59c39f7c7de73e4eb Mon Sep 17 00:00:00 2001 From: ahuarte47 Date: Sat, 24 May 2014 19:07:01 +0200 Subject: [PATCH] #9480: Add centroidInside to sip file --- python/core/qgspallabeling.sip | 1 + 1 file changed, 1 insertion(+) diff --git a/python/core/qgspallabeling.sip b/python/core/qgspallabeling.sip index 80762ff0f98..fd7546c7742 100644 --- a/python/core/qgspallabeling.sip +++ b/python/core/qgspallabeling.sip @@ -386,6 +386,7 @@ class QgsPalLayerSettings unsigned int placementFlags; bool centroidWhole; // whether centroid calculated from whole or visible polygon + bool centroidInside; // whether centroid-point calculated must be inside polygon double dist; // distance from the feature (in mm) bool distInMapUnits; //true if distance is in map units (otherwise in mm)