Ruler Marker: replace some padding in Location marks, to accommodate a selected marker
This commit is contained in:
parent
f6813e0749
commit
9239d8af06
@ -187,7 +187,7 @@ ArdourMarker::ArdourMarker (PublicEditor& ed, ArdourCanvas::Item& parent, guint3
|
|||||||
points->push_back (ArdourCanvas::Duple (0.0, 0.0));
|
points->push_back (ArdourCanvas::Duple (0.0, 0.0));
|
||||||
|
|
||||||
_shift = 3 * scale;
|
_shift = 3 * scale;
|
||||||
_label_offset = 4.0 * scale;
|
_label_offset = 8.0 * scale;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Tempo:
|
case Tempo:
|
||||||
|
Loading…
Reference in New Issue
Block a user