mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Truly make snapto project specific.
This commit is contained in:
parent
0a152d8f46
commit
0bb9467cd6
@ -36,7 +36,7 @@ SnapManager::SnapManager(TrackList *tracks, TrackClipArray *exclusions,
|
||||
// Grab time-snapping prefs (unless otherwise requested)
|
||||
mSnapToTime = false;
|
||||
|
||||
if (gPrefs->Read(wxT("/SnapTo"), 0L) != 0L && !noTimeSnap)
|
||||
if (GetActiveProject()->GetSnapTo() && !noTimeSnap)
|
||||
{
|
||||
// Look up the format string
|
||||
AudacityProject *p = GetActiveProject();
|
||||
|
Loading…
x
Reference in New Issue
Block a user