Skip to content

Commit

Permalink
Set centroid as default placement for polygon diagramss
Browse files Browse the repository at this point in the history
Fix #13435
  • Loading branch information
DelazJ authored and nyalldawson committed May 5, 2018
1 parent 398fb1a commit bf22b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsdiagramproperties.cpp
Expand Up @@ -258,7 +258,7 @@ QgsDiagramProperties::QgsDiagramProperties( QgsVectorLayer *layer, QWidget *pare
break;

case QgsWkbTypes::PolygonGeometry:
radAroundCentroid->setChecked( true );
radOverCentroid->setChecked( true );
break;

case QgsWkbTypes::UnknownGeometry:
Expand Down

0 comments on commit bf22b88

Please sign in to comment.