Skip to content

Commit

Permalink
[labeling] Default polygon obstacle mode is now Boundary avoidance
Browse files Browse the repository at this point in the history
(This works better with the new placement engine logic)
  • Loading branch information
nyalldawson committed Dec 3, 2019
1 parent b235d31 commit f145fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspallabeling.h
Expand Up @@ -905,7 +905,7 @@ class CORE_EXPORT QgsPalLayerSettings
* \see obstacle
* \see obstacleFactor
*/
ObstacleType obstacleType = PolygonInterior;
ObstacleType obstacleType = PolygonBoundary;

//! Z-Index of label, where labels with a higher z-index are rendered on top of labels with a lower z-index
double zIndex = 0;
Expand Down

0 comments on commit f145fa9

Please sign in to comment.