We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 16d90f2 commit 5c6ea8bCopy full SHA for 5c6ea8b
src/gui/qgsmeasure.cpp
@@ -304,6 +304,9 @@ void QgsMeasure::canvasPressEvent(QMouseEvent * e)
304
{
305
if (e->button() == Qt::LeftButton)
306
307
+ if (mRightMouseClicked)
308
+ restart();
309
+
310
QgsPoint idPoint = mCanvas->getCoordinateTransform()->toMapCoordinates(e->x(), e->y());
311
mousePress(idPoint);
312
}
0 commit comments