Skip to content
Permalink
Browse files
Diagrams: Hide font button where not required
Fix #10701
  • Loading branch information
m-kuhn committed Jun 24, 2014
1 parent b261f57 commit 87826ad
Showing 1 changed file with 2 additions and 0 deletions.
@@ -334,13 +334,15 @@ void QgsDiagramProperties::on_mDiagramTypeComboBox_currentIndexChanged( int inde
mLabelPlacementLabel->show();
mBackgroundColorLabel->show();
mBackgroundColorButton->show();
mDiagramFontButton->show();
}
else
{
mLabelPlacementComboBox->hide();
mLabelPlacementLabel->hide();
mBackgroundColorLabel->hide();
mBackgroundColorButton->hide();
mDiagramFontButton->hide();
}

if ( DIAGRAM_NAME_HISTOGRAM == diagramType )

0 comments on commit 87826ad

Please sign in to comment.