mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 17:46:25 +01:00
Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock.
This commit is contained in:
@@ -241,7 +241,7 @@ void EditToolBar::OnButton(wxCommandEvent &event)
|
||||
break;
|
||||
#ifdef EXPERIMENTAL_LINKING
|
||||
case ETBLinkID:
|
||||
if (!busy) p->OnStickyLabel();
|
||||
if (!busy) p->OnSyncLock();
|
||||
return;//avoiding the call to SetButton()
|
||||
#endif
|
||||
case ETBZoomInID:
|
||||
|
||||
Reference in New Issue
Block a user