mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Further fixes for #3529. Show marker lines the same colour as their marker; adjust height of lines.
git-svn-id: svn://localhost/ardour2/branches/3.0@8009 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
40ca64c659
commit
fcfbd65268
7 changed files with 159 additions and 128 deletions
|
|
@ -342,7 +342,7 @@ Editor::track_canvas_size_allocated ()
|
|||
}
|
||||
|
||||
for (LocationMarkerMap::iterator i = location_markers.begin(); i != location_markers.end(); ++i) {
|
||||
i->second->set_lines_vpos (0, _canvas_height);
|
||||
i->second->canvas_height_set (_canvas_height);
|
||||
}
|
||||
|
||||
vertical_adjustment.set_page_size (_canvas_height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue