diff --git a/src/ScreenEvaluation.cpp b/src/ScreenEvaluation.cpp index b82e12c804..1f121fcb8d 100644 --- a/src/ScreenEvaluation.cpp +++ b/src/ScreenEvaluation.cpp @@ -793,6 +793,8 @@ bool ScreenEvaluation::MenuStart( const InputEventPlus &input ) void ScreenEvaluation::HandleMenuStart() { + Profile *prof = PROFILEMAN->GetProfile( static_cast(0) ); + prof->CalcAllTopSSRs( (prof->topSSRStepIds[0]).size() ); StartTransitioningScreen( SM_GoToNextScreen ); }