Skip to content

Commit

Permalink
QgsMultiBandColorRendererWidget: add missing widgetChanged() notifica…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
rouault committed Dec 16, 2016
1 parent 792873a commit 9c1638f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/raster/qgsmultibandcolorrendererwidget.cpp
Expand Up @@ -80,6 +80,7 @@ QgsMultiBandColorRendererWidget::QgsMultiBandColorRendererWidget( QgsRasterLayer
setFromRenderer( mRasterLayer->renderer() );
onBandChanged( 0 ); // reset mMinMaxWidget bands

connect( mContrastEnhancementAlgorithmComboBox, SIGNAL( currentIndexChanged( int ) ), this, SIGNAL( widgetChanged() ) );
connect( mRedMinLineEdit, SIGNAL( textChanged( QString ) ), this, SIGNAL( widgetChanged() ) );
connect( mRedMaxLineEdit, SIGNAL( textChanged( QString ) ), this, SIGNAL( widgetChanged() ) );
connect( mGreenMaxLineEdit, SIGNAL( textChanged( QString ) ), this, SIGNAL( widgetChanged() ) );
Expand Down

0 comments on commit 9c1638f

Please sign in to comment.