summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/automation_line.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index 65423c549f..a319b325ed 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -811,6 +811,8 @@ AutomationLine::determine_visible_control_points (ALPoints& points)
/* discard extra CP's to avoid confusing ourselves */
+ cerr << "here we are, view_index = " << view_index << " cp size = " << control_points.size() << " np = " << npoints << endl;
+
while (control_points.size() > view_index) {
ControlPoint* cp = control_points.back();
control_points.pop_back ();