Skip to content

Commit b09e807

Browse files
author
timlinux
committedSep 24, 2007
Added some debug stuff only
git-svn-id: http://svn.osgeo.org/qgis/trunk@7219 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e916ad4 commit b09e807

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/raster/qgsrasterlayer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,7 @@ void QgsRasterLayer::drawSingleBandGray(QPainter * theQPainter, QgsRasterViewPor
14081408
maxGrayDouble = 255.0;
14091409
}
14101410

1411+
QgsDebugMsg("Starting main render loop");
14111412
// print each point in myGdalScanData with equal parts R, G ,B o make it show as gray
14121413
for (int myColumnInt = 0; myColumnInt < theRasterViewPort->drawableAreaYDimInt; ++myColumnInt)
14131414
{
@@ -1456,6 +1457,7 @@ void QgsRasterLayer::drawSingleBandGray(QPainter * theQPainter, QgsRasterViewPor
14561457

14571458
CPLFree ( myGdalScanData );
14581459

1460+
QgsDebugMsg("Render done, preparing to copy to canvas");
14591461
//render any inline filters
14601462
filterLayer(&myQImage);
14611463

0 commit comments

Comments
 (0)
Please sign in to comment.