Skip to content

Commit 9ad3515

Browse files
committed
Better dox
1 parent c2f6882 commit 9ad3515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/gui/auto_generated/qgsmapmouseevent.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Alias to pos()
123123
%Docstring
124124
Snaps the mapPoint to a grid with the given ``precision``.
125125
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.
127127

128128
.. versionadded:: 3.4
129129
%End

src/gui/qgsmapmouseevent.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class GUI_EXPORT QgsMapMouseEvent : public QMouseEvent
129129
/**
130130
* Snaps the mapPoint to a grid with the given \a precision.
131131
* 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.
133133
*
134134
* \since QGIS 3.4
135135
*/

0 commit comments

Comments
 (0)