mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 07:31:19 +01:00
Bug 1132: Time shift should not snap to starting positions of moving labels
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
#include "widgets/NumericTextCtrl.h"
|
||||
|
||||
class LabelTrack;
|
||||
class Track;
|
||||
class WaveClip;
|
||||
class TrackList;
|
||||
@@ -58,6 +59,7 @@ WX_DEFINE_SORTED_ARRAY(SnapPoint *, SnapPointArray);
|
||||
class SnapManager {
|
||||
public:
|
||||
SnapManager(TrackList *tracks, TrackClipArray *exclusions,
|
||||
const std::vector<Track*> *pLabelTrackExclusions,
|
||||
const ZoomInfo &zoomInfo, int pixelTolerance, bool noTimeSnap = false);
|
||||
|
||||
~SnapManager();
|
||||
|
||||
Reference in New Issue
Block a user