completely revisit how track name editing works in the editor

git-svn-id: svn://localhost/ardour2/branches/3.0@13898 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-19 15:27:04 +00:00
parent c779251a3e
commit f4f0dd6637
6 changed files with 130 additions and 242 deletions

View file

@ -112,8 +112,6 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
{
RouteUI::set_route (rt);
show_name_label ();
gm.set_controls (_route, _route->shared_peak_meter(), _route->amp());
gm.get_level_meter().set_no_show_all();
gm.get_level_meter().setup_meters(50);
@ -323,11 +321,6 @@ RouteTimeAxisView::label_view ()
{
string x = _route->name();
if (name_entry && x != name_entry->get_text()) {
name_entry->set_text (x);
ARDOUR_UI::instance()->set_tip (*name_entry, Glib::Markup::escape_text(x));
}
if (x != name_label.get_text()) {
name_label.set_text (x);
}