Skip to content

Commit

Permalink
do not override pen alpha when a transparency is set
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 17, 2012
1 parent 59e3ad2 commit b97f2fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsdiagramproperties.cpp
Expand Up @@ -508,7 +508,6 @@ void QgsDiagramProperties::apply()

ds.backgroundColor = mBackgroundColorButton->color();
ds.penColor = mDiagramPenColorButton->color();
ds.penColor.setAlpha( 255 - ds.transparency );
ds.penWidth = mPenWidthSpinBox->value();
if ( mVisibilityGroupBox->isChecked() )
{
Expand Down

0 comments on commit b97f2fc

Please sign in to comment.