Skip to content

Commit

Permalink
Added pre-render layer count to maprenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jun 10, 2011
1 parent 93405b1 commit 2fe16b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsmaprenderer.cpp
Expand Up @@ -836,6 +836,7 @@ void QgsMapRenderer::updateFullExtent()
// iterate through the map layers and test each layers extent
// against the current min and max values
QStringList::iterator it = mLayerSet.begin();
QgsDebugMsg( QString( "Layer count: %1" ).arg( mLayerSet.count() ) );
while ( it != mLayerSet.end() )
{
QgsMapLayer * lyr = registry->mapLayer( *it );
Expand Down

0 comments on commit 2fe16b5

Please sign in to comment.