mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Allow to rename VCAs in the editor
This commit is contained in:
parent
d67056562b
commit
a3dd948c02
4 changed files with 11 additions and 1 deletions
|
|
@ -257,6 +257,7 @@ class TimeAxisView : public virtual AxisView
|
|||
|
||||
void begin_name_edit ();
|
||||
void end_name_edit (std::string, int);
|
||||
virtual std::string name () const { return name_label.get_text (); }
|
||||
|
||||
/* derived classes can override these */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue