File tree 2 files changed +2
-2
lines changed
python/gui/auto_generated
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ Alias to pos()
123
123
%Docstring
124
124
Snaps the mapPoint to a grid with the given ``precision``.
125
125
The snapping will be done in the specified ``crs``. If this crs is
126
- different from the mapCanvas crs, it will add some overhead .
126
+ different from the mapCanvas crs, it will be reprojected on the fly .
127
127
128
128
.. versionadded:: 3.4
129
129
%End
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ class GUI_EXPORT QgsMapMouseEvent : public QMouseEvent
129
129
/* *
130
130
* Snaps the mapPoint to a grid with the given \a precision.
131
131
* The snapping will be done in the specified \a crs. If this crs is
132
- * different from the mapCanvas crs, it will add some overhead .
132
+ * different from the mapCanvas crs, it will be reprojected on the fly .
133
133
*
134
134
* \since QGIS 3.4
135
135
*/
You can’t perform that action at this time.
0 commit comments