Skip to content

Commit

Permalink
Allow transparency for point displacement circle/label colors
Browse files Browse the repository at this point in the history
(cherry-picked from 8f0ed61)
  • Loading branch information
nyalldawson committed Nov 18, 2015
1 parent 955ea3e commit 7b59fc0
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->setColorDialogTitle( tr( "Select color" ) );
mCircleColorButton->setContext( "symbology" ); mCircleColorButton->setContext( "symbology" );
mCircleColorButton->setAllowAlpha( true );
mLabelColorButton->setContext( "symbology" ); mLabelColorButton->setContext( "symbology" );
mLabelColorButton->setColorDialogTitle( tr( "Select color" ) ); mLabelColorButton->setColorDialogTitle( tr( "Select color" ) );
mLabelColorButton->setAllowAlpha( true );


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

0 comments on commit 7b59fc0

Please sign in to comment.