Tweak the reported last render message slightly
This commit is contained in:
parent
f997deec75
commit
f2552d7bc1
|
@ -530,7 +530,7 @@ void EDA_3D_CANVAS::DoRePaint()
|
||||||
// Calculation time in milliseconds
|
// Calculation time in milliseconds
|
||||||
const double calculation_time = (double)( GetRunningMicroSecs() - strtime) / 1e3;
|
const double calculation_time = (double)( GetRunningMicroSecs() - strtime) / 1e3;
|
||||||
|
|
||||||
activityReporter.Report( wxString::Format( _( "Render time %.0f ms" ),
|
activityReporter.Report( wxString::Format( _( "Last render time %.0f ms" ),
|
||||||
calculation_time ) );
|
calculation_time ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue