summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-19 15:27:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-19 15:27:04 +0000
commitf4f0dd6637878ba0597157ed8ec4550dcdb2a273 (patch)
treec7ef51fb25cab5102e3f7b37503b68a3e38e1288 /gtk2_ardour/route_time_axis.cc
parentc779251a3e0e9d3f6e7345251f245f1c3f057da2 (diff)
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
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 4f2164f3aa..041cbb59e1 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -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);
}