mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Small bugfix (fixes bug that caused blueBand to be mapped to gray).
git-svn-id: http://svn.osgeo.org/qgis/trunk@472 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
fa7dae9206
commit
d3c426251b
@ -61,7 +61,7 @@ QgsRasterLayer::QgsRasterLayer(QString path, QString baseName)
|
|||||||
redBandNameQString="Red"; // sensible default
|
redBandNameQString="Red"; // sensible default
|
||||||
greenBandNameQString="Green"; // sensible default
|
greenBandNameQString="Green"; // sensible default
|
||||||
blueBandNameQString="Blue"; // sensible default
|
blueBandNameQString="Blue"; // sensible default
|
||||||
blueBandNameQString="Gray"; // sensible default
|
grayBandNameQString="Gray"; // sensible default
|
||||||
showGrayAsColorFlag=false; // sensible default
|
showGrayAsColorFlag=false; // sensible default
|
||||||
invertHistogramFlag=false; // sensible default
|
invertHistogramFlag=false; // sensible default
|
||||||
stdDevsToPlotDouble = 0; // sensible default
|
stdDevsToPlotDouble = 0; // sensible default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user