Showing with 4 additions and 0 deletions.
  1. +4 −0 src/app/qgsdiagramproperties.cpp
4 changes: 4 additions & 0 deletions src/app/qgsdiagramproperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,15 @@ void QgsDiagramProperties::on_mDiagramTypeComboBox_currentIndexChanged( int inde
{
mLabelPlacementComboBox->show();
mLabelPlacementLabel->show();
mBackgroundColorLabel->show();
mBackgroundColorButton->show();
}
else
{
mLabelPlacementComboBox->hide();
mLabelPlacementLabel->hide();
mBackgroundColorLabel->hide();
mBackgroundColorButton->hide();
}

if ( DIAGRAM_NAME_HISTOGRAM == diagramType )
Expand Down