Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correctly set matrix after defining map settings (#8946)
* Correctly set matrix after defining map settings

* Update qgsquickmaptransform.cpp
  • Loading branch information
3nids committed Jan 22, 2019
1 parent 0c4c8fe commit 3c83503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/quickgui/qgsquickmaptransform.cpp
Expand Up @@ -40,6 +40,8 @@ void QgsQuickMapTransform::setMapSettings( QgsQuickMapSettings *mapSettings )
if ( mMapSettings )
connect( mMapSettings, &QgsQuickMapSettings::visibleExtentChanged, this, &QgsQuickMapTransform::updateMatrix );

updateMatrix();

emit mapSettingsChanged();
}

Expand Down

0 comments on commit 3c83503

Please sign in to comment.