[QGIS Commit] r9823 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Dec 16 07:18:45 EST 2008


Author: mhugent
Date: 2008-12-16 07:18:44 -0500 (Tue, 16 Dec 2008)
New Revision: 9823

Modified:
   trunk/qgis/src/core/qgsmaprenderer.cpp
Log:
apply patch #1448 also to trunk

Modified: trunk/qgis/src/core/qgsmaprenderer.cpp
===================================================================
--- trunk/qgis/src/core/qgsmaprenderer.cpp	2008-12-16 12:00:23 UTC (rev 9822)
+++ trunk/qgis/src/core/qgsmaprenderer.cpp	2008-12-16 12:18:44 UTC (rev 9823)
@@ -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