mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
place the line associated with markers in the cursor scroll group, so that it above everything else
This commit is contained in:
parent
3c1ffd1743
commit
b4d7944750
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ ArdourMarker::setup_line ()
|
|||
|
||||
if (_track_canvas_line == 0) {
|
||||
|
||||
_track_canvas_line = new ArdourCanvas::Line (editor.get_hscroll_group());
|
||||
_track_canvas_line = new ArdourCanvas::Line (editor.get_cursor_scroll_group());
|
||||
_track_canvas_line->Event.connect (sigc::bind (sigc::mem_fun (editor, &PublicEditor::canvas_marker_event), group, this));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue