place the line associated with markers in the cursor scroll group, so that it above everything else

This commit is contained in:
Paul Davis 2021-05-14 17:15:15 -06:00
parent 3c1ffd1743
commit b4d7944750

View file

@ -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));
}