mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
New attached structure ProjectSettings stores rate, snap-to, et al.
This commit is contained in:
@@ -323,7 +323,7 @@ bool Track::IsSyncLockSelected() const
|
||||
{
|
||||
#ifdef EXPERIMENTAL_SYNC_LOCK
|
||||
AudacityProject *p = GetActiveProject();
|
||||
if (!p || !p->IsSyncLocked())
|
||||
if (!p || !ProjectSettings::Get( *p ).IsSyncLocked())
|
||||
return false;
|
||||
|
||||
auto pList = mList.lock();
|
||||
|
||||
Reference in New Issue
Block a user