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:
parent
d123df1e55
commit
cfe095f839
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user