mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 22:56:32 +01:00
make selected marker line resize as canvas size changes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2752 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
47b51a8924
commit
fa2ca97d77
3 changed files with 14 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ class Marker : public PBD::Destructible
|
|||
void add_line (ArdourCanvas::Group*, double initial_height);
|
||||
void show_line ();
|
||||
void hide_line ();
|
||||
void set_line_length (double);
|
||||
|
||||
void set_position (nframes_t);
|
||||
void set_name (const string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue