We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 3b88637 + 543ac03 commit c490465Copy full SHA for c490465
src/app/qgsdiagramproperties.cpp
@@ -303,11 +303,15 @@ void QgsDiagramProperties::on_mDiagramTypeComboBox_currentIndexChanged( int inde
303
{
304
mLabelPlacementComboBox->show();
305
mLabelPlacementLabel->show();
306
+ mBackgroundColorLabel->show();
307
+ mBackgroundColorButton->show();
308
}
309
else
310
311
mLabelPlacementComboBox->hide();
312
mLabelPlacementLabel->hide();
313
+ mBackgroundColorLabel->hide();
314
+ mBackgroundColorButton->hide();
315
316
317
if ( DIAGRAM_NAME_HISTOGRAM == diagramType )
0 commit comments