Skip to content

Commit b97f2fc

Browse files
committedAug 17, 2012
do not override pen alpha when a transparency is set
1 parent 59e3ad2 commit b97f2fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/app/qgsdiagramproperties.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ void QgsDiagramProperties::apply()
508508

509509
ds.backgroundColor = mBackgroundColorButton->color();
510510
ds.penColor = mDiagramPenColorButton->color();
511-
ds.penColor.setAlpha( 255 - ds.transparency );
512511
ds.penWidth = mPenWidthSpinBox->value();
513512
if ( mVisibilityGroupBox->isChecked() )
514513
{

0 commit comments

Comments
 (0)
Please sign in to comment.