Skip to content

Commit

Permalink
Allow transparency for point displacement circle/label colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 16, 2015
1 parent 5a9d932 commit 8f0ed61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/symbology-ng/qgspointdisplacementrendererwidget.cpp
Expand Up @@ -97,8 +97,10 @@ QgsPointDisplacementRendererWidget::QgsPointDisplacementRendererWidget( QgsVecto

mCircleColorButton->setColorDialogTitle( tr( "Select color" ) );
mCircleColorButton->setContext( "symbology" );
mCircleColorButton->setAllowAlpha( true );
mLabelColorButton->setContext( "symbology" );
mLabelColorButton->setColorDialogTitle( tr( "Select color" ) );
mLabelColorButton->setAllowAlpha( true );

mCircleWidthSpinBox->setValue( mRenderer->circleWidth() );
mCircleColorButton->setColor( mRenderer->circleColor() );
Expand Down

0 comments on commit 8f0ed61

Please sign in to comment.