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 05756e5 commit 16d96e9Copy full SHA for 16d96e9
src/app/qgsmeasuretool.cpp
@@ -68,6 +68,8 @@ QVector<QgsPointXY> QgsMeasureTool::points() const
68
void QgsMeasureTool::activate()
69
{
70
mDialog->show();
71
+ mRubberBand->show();
72
+ mRubberBandPoints->show();
73
QgsMapTool::activate();
74
75
// ensure that we have correct settings
@@ -98,6 +100,8 @@ void QgsMeasureTool::deactivate()
98
100
mSnapIndicator->setMatch( QgsPointLocator::Match() );
99
101
102
mDialog->hide();
103
+ mRubberBand->hide();
104
+ mRubberBandPoints->hide();
105
QgsMapTool::deactivate();
106
}
107
0 commit comments