mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +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
|
|
@ -619,7 +619,7 @@ TimeAxisView::begin_name_edit ()
|
|||
}
|
||||
|
||||
Gtk::Window* toplevel = (Gtk::Window*) control_parent->get_toplevel();
|
||||
FloatingTextEntry* fte = new FloatingTextEntry (toplevel, name_label.get_text ());
|
||||
FloatingTextEntry* fte = new FloatingTextEntry (toplevel, name ());
|
||||
|
||||
fte->set_name ("TrackNameEditor");
|
||||
fte->use_text.connect (sigc::mem_fun (*this, &TimeAxisView::end_name_edit));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue