File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -459,13 +459,15 @@ void QgsDiagramProperties::on_mDiagramTypeComboBox_currentIndexChanged( int inde
459
459
mTextOptionsFrame ->show ();
460
460
mBackgroundColorLabel ->show ();
461
461
mBackgroundColorButton ->show ();
462
+ mBackgroundColorDDBtn ->show ();
462
463
mDiagramFontButton ->show ();
463
464
}
464
465
else
465
466
{
466
467
mTextOptionsFrame ->hide ();
467
468
mBackgroundColorLabel ->hide ();
468
469
mBackgroundColorButton ->hide ();
470
+ mBackgroundColorDDBtn ->hide ();
469
471
mDiagramFontButton ->hide ();
470
472
}
471
473
@@ -509,11 +511,13 @@ void QgsDiagramProperties::on_mDiagramTypeComboBox_currentIndexChanged( int inde
509
511
{
510
512
mAngleOffsetComboBox ->show ();
511
513
mAngleOffsetLabel ->show ();
514
+ mStartAngleDDBtn ->show ();
512
515
}
513
516
else
514
517
{
515
518
mAngleOffsetComboBox ->hide ();
516
519
mAngleOffsetLabel ->hide ();
520
+ mStartAngleDDBtn ->hide ();
517
521
}
518
522
}
519
523
}
You can’t perform that action at this time.
0 commit comments