summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-12 00:42:06 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-12 00:42:06 +0000
commit8d747e647ab38e813a9ff1debabb0fa2a6e5a495 (patch)
treefca16ac02d6f00c7e0be4549ee9da7a472d4965a /gtk2_ardour/automation_line.cc
parentd1b4599725abda6b8697151fd4a1bd3740ad2f2a (diff)
Make AutomationLine set up interpolation style for its list as appropriate.
git-svn-id: svn://localhost/ardour2/branches/3.0@7405 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_line.cc')
-rw-r--r--gtk2_ardour/automation_line.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index 6ad5722d5f..82372f39e9 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -1227,6 +1227,7 @@ void
AutomationLine::set_interpolation(AutomationList::InterpolationStyle style)
{
_interpolation = style;
+ alist->set_interpolation (_interpolation);
if (style == AutomationList::Discrete) {
show_all_control_points();