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 fac2bd7 commit 4af91c4Copy full SHA for 4af91c4
src/core/raster/qgsrasterlayer.cpp
@@ -1771,6 +1771,8 @@ void QgsRasterLayer::setContrastEnhancementAlgorithm( QgsContrastEnhancement::Co
1771
return;
1772
}
1773
1774
+ mContrastEnhancementAlgorithm = theAlgorithm;
1775
+
1776
QList<int> myBands;
1777
QList<QgsContrastEnhancement*> myEnhancements;
1778
QgsSingleBandGrayRenderer* myGrayRenderer = 0;
0 commit comments