Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/plugins/georeferencer/qgsmapcoordsdialog.h
|
@@ -100,7 +100,7 @@ class QgsGeorefMapToolEmitPoint : public QgsMapTool |
|
|
{ |
|
|
QgsPoint pnt = toMapCoordinates( e->pos() ); |
|
|
QgsSnappingUtils* snappingUtils = canvas()->snappingUtils(); |
|
|
auto match = snappingUtils->snapToMap( pnt ); |
|
|
QgsPointLocator::Match match = snappingUtils->snapToMap( pnt ); |
|
|
|
|
|
MappedPoint ret; |
|
|
ret.snapped = match.isValid(); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.