1
0
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:
lllucius 2013-10-26 09:36:49 +00:00
parent 0a152d8f46
commit 0bb9467cd6

View File

@ -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();