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 e8e4ff7 commit 717e13cCopy full SHA for 717e13c
src/gui/qgisapp.cpp
@@ -3464,14 +3464,14 @@ void QgisApp::capturePoint()
3464
3465
void QgisApp::captureLine()
3466
{
3467
- QgsMapTool* t = new QgsMapToolCapture(mMapCanvas, QgsMapToolCapture::CapturePoint);
+ QgsMapTool* t = new QgsMapToolCapture(mMapCanvas, QgsMapToolCapture::CaptureLine);
3468
t->setAction(mActionCaptureLine);
3469
mMapCanvas->setMapTool(t);
3470
}
3471
3472
void QgisApp::capturePolygon()
3473
3474
+ QgsMapTool* t = new QgsMapToolCapture(mMapCanvas, QgsMapToolCapture::CapturePolygon);
3475
t->setAction(mActionCapturePolygon);
3476
3477
0 commit comments