We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2d71b70 commit cf41e6cCopy full SHA for cf41e6c
src/app/qgsrasterlayerproperties.cpp
@@ -737,6 +737,7 @@ void QgsRasterLayerProperties::sync()
737
cboRed->setCurrentIndex( cboRed->findText( mRasterLayer->redBandName() ) );
738
cboGreen->setCurrentIndex( cboGreen->findText( mRasterLayer->greenBandName() ) );
739
cboBlue->setCurrentIndex( cboBlue->findText( mRasterLayer->blueBandName() ) );
740
+ cboGray->setCurrentIndex( cboGray->findText( mRasterLayer->grayBandName() ) );
741
742
//Display the current default contrast enhancement algorithm
743
mDefaultContrastEnhancementAlgorithm = myQSettings.value( "/Raster/defaultContrastEnhancementAlgorithm", "NoEnhancement" ).toString();
0 commit comments