Allow snapping to the inactive line markers in the audio display

Originally committed to SVN as r6172.
This commit is contained in:
Thomas Goyne 2011-12-27 18:46:20 +00:00
parent eda90a15fb
commit 532072218f
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public:
int64_t GetPosition() const { return position; }
wxPen GetStyle() const { return style; }
FeetStyle GetFeet() const { return feet; }
bool CanSnap() const { return false; }
bool CanSnap() const { return true; }
InactiveLineMarker(int64_t position, bool start)
: position(position)