Skip to content

Commit 9c1638f

Browse files
committedDec 16, 2016
QgsMultiBandColorRendererWidget: add missing widgetChanged() notification
1 parent 792873a commit 9c1638f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/raster/qgsmultibandcolorrendererwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ QgsMultiBandColorRendererWidget::QgsMultiBandColorRendererWidget( QgsRasterLayer
8080
setFromRenderer( mRasterLayer->renderer() );
8181
onBandChanged( 0 ); // reset mMinMaxWidget bands
8282

83+
connect( mContrastEnhancementAlgorithmComboBox, SIGNAL( currentIndexChanged( int ) ), this, SIGNAL( widgetChanged() ) );
8384
connect( mRedMinLineEdit, SIGNAL( textChanged( QString ) ), this, SIGNAL( widgetChanged() ) );
8485
connect( mRedMaxLineEdit, SIGNAL( textChanged( QString ) ), this, SIGNAL( widgetChanged() ) );
8586
connect( mGreenMaxLineEdit, SIGNAL( textChanged( QString ) ), this, SIGNAL( widgetChanged() ) );

0 commit comments

Comments
 (0)
Please sign in to comment.