summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-27 18:56:26 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-27 18:56:26 +0000
commit74cc8f6067f9a7e6560e8abca9ec0a205597c028 (patch)
tree1bce480d2134ac33bbe5295841288f1d92444e52 /gtk2_ardour/route_time_axis.cc
parent8000b39c8cbfdafbf806e04f9db7f82c81f92cae (diff)
Fix multiple creation of identical automation tracks. Fixes #3482.
git-svn-id: svn://localhost/ardour2/branches/3.0@7848 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 18ffce84ae..9a631f6941 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -2391,7 +2391,7 @@ RouteTimeAxisView::create_gain_automation_child (const Evoral::Parameter& param,
error << "Route has no gain automation, unable to add automation track view." << endmsg;
return;
}
-
+
gain_track.reset (new AutomationTimeAxisView (_session,
_route, _route->amp(), c,
_editor,