1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

Merge branch 'master' into scrubbing2

This commit is contained in:
Paul Licameli
2016-05-11 18:57:10 -04:00

View File

@@ -4708,7 +4708,8 @@ void AudacityProject::TP_DisplaySelection()
if (gAudioIO->IsBusy())
audioTime = gAudioIO->GetStreamTime();
else {
audioTime = 0;
double playEnd;
GetPlayRegion(&audioTime, &playEnd);
}
GetSelectionBar()->SetTimes(mViewInfo.selectedRegion.t0(),