Skip to content

Commit 2fe16b5

Browse files
committedJun 10, 2011
Added pre-render layer count to maprenderer
1 parent 93405b1 commit 2fe16b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsmaprenderer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@ void QgsMapRenderer::updateFullExtent()
836836
// iterate through the map layers and test each layers extent
837837
// against the current min and max values
838838
QStringList::iterator it = mLayerSet.begin();
839+
QgsDebugMsg( QString( "Layer count: %1" ).arg( mLayerSet.count() ) );
839840
while ( it != mLayerSet.end() )
840841
{
841842
QgsMapLayer * lyr = registry->mapLayer( *it );

0 commit comments

Comments
 (0)
Please sign in to comment.