mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
remove event sensitivity from marker vertical lines
This commit is contained in:
parent
ce1f3803ff
commit
83904ef575
1 changed files with 2 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ RangeMarker::setup_line ()
|
|||
|
||||
if (!_end_line) {
|
||||
_end_line = new ArdourCanvas::Line (editor.get_hscroll_group());
|
||||
_end_line->set_ignore_events (true);
|
||||
_end_line->set_y1 (ArdourCanvas::COORD_MAX);
|
||||
}
|
||||
|
||||
|
|
@ -477,6 +478,7 @@ Marker::setup_line ()
|
|||
{
|
||||
if (_start_line == 0) {
|
||||
_start_line = new ArdourCanvas::Line (editor.get_hscroll_group());
|
||||
_start_line->set_ignore_events (true);
|
||||
_start_line->set_y1 (ArdourCanvas::COORD_MAX);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue