From 8d747e647ab38e813a9ff1debabb0fa2a6e5a495 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 Jul 2010 00:42:06 +0000 Subject: [PATCH] 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 --- gtk2_ardour/automation_line.cc | 1 + 1 file changed, 1 insertion(+) 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();