Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update qgsquickmaptransform.cpp
  • Loading branch information
3nids committed Jan 22, 2019
1 parent 215f7fc commit a288ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickgui/qgsquickmaptransform.cpp
Expand Up @@ -41,7 +41,7 @@ void QgsQuickMapTransform::setMapSettings( QgsQuickMapSettings *mapSettings )
connect( mMapSettings, &QgsQuickMapSettings::visibleExtentChanged, this, &QgsQuickMapTransform::updateMatrix );

updateMatrix();

emit mapSettingsChanged();
}

Expand Down

0 comments on commit a288ab5

Please sign in to comment.