Skip to content
Permalink
Browse files
fix #10682
  • Loading branch information
jef-n committed Jun 23, 2014
1 parent 51c655a commit 68cc9f4
Showing 1 changed file with 0 additions and 4 deletions.
@@ -73,12 +73,8 @@ void QgsMeasureDialog::updateSettings()
QgsDebugMsg( QString( "Display units: %1" ).arg( QGis::toLiteral( mDisplayUnits ) ) );
QgsDebugMsg( QString( "Canvas units : %1" ).arg( QGis::toLiteral( mCanvasUnits ) ) );

// clear interface
mTable->clear();

mTotal = 0;
updateUi();

}

void QgsMeasureDialog::restart()

0 comments on commit 68cc9f4

Please sign in to comment.