mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +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
|
|
@ -597,9 +597,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void hide ();
|
||||
void show ();
|
||||
|
||||
void hide_lines ();
|
||||
void show_lines (ArdourCanvas::Group *, double);
|
||||
void set_lines_vpos (double, double);
|
||||
void set_show_lines (bool);
|
||||
void set_selected (bool);
|
||||
void canvas_height_set (double);
|
||||
|
||||
void set_name (const std::string&);
|
||||
void set_position (framepos_t start, framepos_t end = 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue