Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correctly set matrix after defining map settings
  • Loading branch information
3nids committed Jan 22, 2019
1 parent c3fc41e commit 215f7fc
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 215f7fc

Please sign in to comment.