Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a288ab5

Browse files
authoredJan 22, 2019
Update qgsquickmaptransform.cpp
1 parent 215f7fc commit a288ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/quickgui/qgsquickmaptransform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void QgsQuickMapTransform::setMapSettings( QgsQuickMapSettings *mapSettings )
4141
connect( mMapSettings, &QgsQuickMapSettings::visibleExtentChanged, this, &QgsQuickMapTransform::updateMatrix );
4242

4343
updateMatrix();
44-
44+
4545
emit mapSettingsChanged();
4646
}
4747

0 commit comments

Comments
 (0)
Please sign in to comment.