Skip to content

Commit

Permalink
Fix diagrams are always shown, regardless of setting (refs #13501)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 8, 2015
1 parent 684346a commit d088e0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsvectorlayerdiagramprovider.cpp
Expand Up @@ -63,7 +63,6 @@ void QgsVectorLayerDiagramProvider::init()
mPriority = 1 - mSettings.priority / 10.0; // convert 0..10 --> 1..0
mPlacement = QgsPalLayerSettings::Placement( mSettings.placement );
mLinePlacementFlags = mSettings.placementFlags;
mFlags |= DrawAllLabels;
}


Expand Down

0 comments on commit d088e0b

Please sign in to comment.