Allow to rename VCAs in the editor

This commit is contained in:
Robin Gareus 2017-07-28 02:12:19 +02:00
parent d67056562b
commit a3dd948c02
4 changed files with 11 additions and 1 deletions

View file

@ -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 */