mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix build error introduced with r15539
git-svn-id: http://svn.osgeo.org/qgis/trunk@15540 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
ac8c740b6d
commit
0697d5ba2a
@ -804,7 +804,7 @@ bool QgsRasterLayer::draw( QgsRenderContext& rendererContext )
|
||||
return true;
|
||||
}
|
||||
|
||||
QgsDebugMsg( "theViewExtent is " + theViewExtent.toString() );
|
||||
QgsDebugMsg( "theViewExtent is " + rendererContext.extent().toString() );
|
||||
QgsDebugMsg( "myProjectedViewExtent is " + myProjectedViewExtent.toString() );
|
||||
QgsDebugMsg( "myProjectedLayerExtent is " + myProjectedLayerExtent.toString() );
|
||||
QgsDebugMsg( "myRasterExtent is " + myRasterExtent.toString() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user