1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 16:40:07 +02:00

Steve's patch from "Enable Sync Lock during Play (was: Align tracks end to end)" thread

This commit is contained in:
v.audacity 2013-06-01 23:10:18 +00:00
parent d123df1e55
commit cfe095f839

View File

@ -241,7 +241,7 @@ void EditToolBar::OnButton(wxCommandEvent &event)
break;
#ifdef EXPERIMENTAL_SYNC_LOCK
case ETBSyncLockID:
if (!busy) p->OnSyncLock();
p->OnSyncLock();
return;//avoiding the call to SetButton()
#endif
case ETBZoomInID: