Navigation Menu

Skip to content

Commit

Permalink
Fix #4479 - trigger "new color ramp" always when activated
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Nov 3, 2011
1 parent 098e935 commit 8e5aa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgscolorrampcombobox.cpp
Expand Up @@ -38,7 +38,7 @@ void QgsColorRampComboBox::populate( QgsStyleV2* style )
}

addItem( tr( "New color ramp..." ) );
connect( this, SIGNAL( currentIndexChanged( int ) ), SLOT( colorRampChanged( int ) ) );
connect( this, SIGNAL( activated( int ) ), SLOT( colorRampChanged( int ) ) );
}

QgsVectorColorRampV2* QgsColorRampComboBox::currentColorRamp()
Expand Down

0 comments on commit 8e5aa03

Please sign in to comment.