[QGIS Commit] r9809 - branches/Version-1_0/src/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Mon Dec 15 13:06:10 EST 2008
Author: mhugent
Date: 2008-12-15 13:06:10 -0500 (Mon, 15 Dec 2008)
New Revision: 9809
Modified:
branches/Version-1_0/src/core/qgsmaprenderer.cpp
Log:
Applied patch #1448
Modified: branches/Version-1_0/src/core/qgsmaprenderer.cpp
===================================================================
--- branches/Version-1_0/src/core/qgsmaprenderer.cpp 2008-12-15 15:19:24 UTC (rev 9808)
+++ branches/Version-1_0/src/core/qgsmaprenderer.cpp 2008-12-15 18:06:10 UTC (rev 9809)
@@ -289,7 +289,7 @@
QgsDebugMsg( " Scale dep. visibility enabled? " + QString( "%1" ).arg( ml->hasScaleBasedVisibility() ) );
QgsDebugMsg( " Input extent: " + ml->extent().toString() );
- if ( !ml->hasScaleBasedVisibility() || ( ml->minimumScale() < mScale && mScale < ml->maximumScale() ) )
+ if ( !ml->hasScaleBasedVisibility() || ( ml->minimumScale() < mScale && mScale < ml->maximumScale() ) || mOverview )
{
connect( ml, SIGNAL( drawingProgress( int, int ) ), this, SLOT( onDrawingProgress( int, int ) ) );
More information about the QGIS-commit
mailing list