Allow snapping to the inactive line markers in the audio display
Originally committed to SVN as r6172.
This commit is contained in:
parent
eda90a15fb
commit
532072218f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue