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

@ -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));