mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
c779251a3e
commit
f4f0dd6637
6 changed files with 130 additions and 242 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue