mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-30 23:23:44 +02:00
Merge branch 'master' into scrubbing2
This commit is contained in:
commit
9d88e8d8fc
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user