Skip to content

Commit 68cc9f4

Browse files
committed
fix #10682
1 parent 51c655a commit 68cc9f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/qgsmeasuredialog.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,8 @@ void QgsMeasureDialog::updateSettings()
7373
QgsDebugMsg( QString( "Display units: %1" ).arg( QGis::toLiteral( mDisplayUnits ) ) );
7474
QgsDebugMsg( QString( "Canvas units : %1" ).arg( QGis::toLiteral( mCanvasUnits ) ) );
7575

76-
// clear interface
77-
mTable->clear();
78-
7976
mTotal = 0;
8077
updateUi();
81-
8278
}
8379

8480
void QgsMeasureDialog::restart()

0 commit comments

Comments
 (0)