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:
Carl Hetherington 2010-11-11 13:36:38 +00:00
parent 40ca64c659
commit fcfbd65268
7 changed files with 159 additions and 128 deletions

View file

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