Skip to content

Commit

Permalink
Fix diagram placement
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 3, 2020
1 parent 3054012 commit 00df371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/labeling/qgslabelfeature.h
Expand Up @@ -522,7 +522,7 @@ class CORE_EXPORT QgsLabelFeature
double mOverrunSmoothDistance = 0;

QgsLabeling::LinePlacementFlags mArrangementFlags = nullptr;
QgsLabeling::PolygonPlacementFlags mPolygonPlacementFlags = nullptr;
QgsLabeling::PolygonPlacementFlags mPolygonPlacementFlags = QgsLabeling::PolygonPlacementFlag::AllowPlacementInsideOfPolygon;

private:

Expand Down

0 comments on commit 00df371

Please sign in to comment.