Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8937 from mhugo/release-3_4
IndexExtent second fix
  • Loading branch information
Hugo Mercier committed Jan 22, 2019
2 parents e1146df + c4e434e commit f6b8694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgssnappingutils.cpp
Expand Up @@ -373,7 +373,7 @@ void QgsSnappingUtils::prepareIndex( const QList<LayerAndAreaOfInterest> &layers

if ( mStrategy == IndexExtent )
{
QgsRectangle rect( mMapSettings.extent() );
QgsRectangle rect( mMapSettings.visibleExtent() );
loc->setExtent( &rect );
loc->init();
}
Expand Down

0 comments on commit f6b8694

Please sign in to comment.