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 cc62c52 commit 03bff50Copy full SHA for 03bff50
src/app/qgsmeasuredialog.cpp
@@ -112,6 +112,13 @@ void QgsMeasureDialog::unitsChanged( int index )
112
mTable->clear();
113
mTotal = 0.;
114
updateUi();
115
+
116
+ if ( !mTool->done() )
117
+ {
118
+ // re-add temporary mouse cursor position
119
+ addPoint( mLastMousePoint );
120
+ mouseMove( mLastMousePoint );
121
+ }
122
}
123
124
void QgsMeasureDialog::restart()
0 commit comments