We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfab3fa commit 8022855Copy full SHA for 8022855
src/gui/symbology-ng/qgscolorrampcombobox.cpp
@@ -38,7 +38,7 @@ void QgsColorRampComboBox::populate( QgsStyleV2* style )
38
}
39
40
addItem( tr( "New color ramp..." ) );
41
- connect( this, SIGNAL( currentIndexChanged( int ) ), SLOT( colorRampChanged( int ) ) );
+ connect( this, SIGNAL( activated( int ) ), SLOT( colorRampChanged( int ) ) );
42
43
44
QgsVectorColorRampV2* QgsColorRampComboBox::currentColorRamp()
0 commit comments