git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2798 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2005-02-13 03:45:29 +00:00
parent e1b2e60c93
commit fa7c09f1df

View File

@ -1732,8 +1732,10 @@ void QgsRasterLayer::drawMultiBandColor(QPainter * theQPainter, RasterViewPort *
// TODO: check all channels ?
if ( myRedValueDouble == noDataValueDouble || myRedValueDouble != myRedValueDouble ) {
#ifdef QGISDEBUG
std::cout << "myRedValueDouble = " << myRedValueDouble << std::endl;
std::cout << "noDataValueDouble = " << noDataValueDouble << std::endl;
#endif
continue;
}