summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-04-26 18:21:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-04-26 18:21:39 +0000
commitfaf840b5a6b0c11ac6fb70a08cce0d0601d47b94 (patch)
tree7794948addb1ba77fffe8dd9389ecd70c9ff3166 /gtk2_ardour/route_time_axis.cc
parentf857460dd3a8af83253f72f276a5e038b21edb56 (diff)
no renaming tracks that are record-enabled
git-svn-id: svn://localhost/ardour2/trunk@1751 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, 7 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 9769037461..f14aa53e71 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -1772,3 +1772,10 @@ RouteTimeAxisView::reset_redirect_automation_curves ()
}
}
+void
+RouteTimeAxisView::update_rec_display ()
+{
+ RouteUI::update_rec_display ();
+ name_entry.set_sensitive (!_route->record_enabled());
+}
+