mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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
@ -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…
x
Reference in New Issue
Block a user