summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-07 13:04:46 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-07 13:04:46 +0000
commit8f45604f277f07cbde4c73a6fe3aeb802df19eab (patch)
tree4a0f62813dafb11bc266d49b9a9be9800a0f4666 /gtk2_ardour/audio_time_axis.cc
parent92a5e4da48b85017647fb2c55d2d76fff47243e1 (diff)
Make Active apply to the selection.
git-svn-id: svn://localhost/ardour2/branches/3.0@9089 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_time_axis.cc')
-rw-r--r--gtk2_ardour/audio_time_axis.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc
index 79751145bf..2480c87967 100644
--- a/gtk2_ardour/audio_time_axis.cc
+++ b/gtk2_ardour/audio_time_axis.cc
@@ -409,7 +409,6 @@ AudioTimeAxisView::reveal_dependent_views (TimeAxisViewItem& tavi)
void
AudioTimeAxisView::route_active_changed ()
{
- RouteTimeAxisView::route_active_changed ();
update_control_names ();
}