Skip to content

Commit d088e0b

Browse files
committedOct 8, 2015
Fix diagrams are always shown, regardless of setting (refs #13501)
1 parent 684346a commit d088e0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/qgsvectorlayerdiagramprovider.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ void QgsVectorLayerDiagramProvider::init()
6363
mPriority = 1 - mSettings.priority / 10.0; // convert 0..10 --> 1..0
6464
mPlacement = QgsPalLayerSettings::Placement( mSettings.placement );
6565
mLinePlacementFlags = mSettings.placementFlags;
66-
mFlags |= DrawAllLabels;
6766
}
6867

6968

0 commit comments

Comments
 (0)
Please sign in to comment.