mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Steve's patch from "Enable Sync Lock during Play (was: Align tracks end to end)" thread
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user