mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
QgsMultiBandColorRendererWidget: add missing widgetChanged() notification
This commit is contained in:
parent
792873af5c
commit
9c1638f5c2
@ -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() ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user