summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-03-26 18:18:49 +0100
committerRobin Gareus <robin@gareus.org>2019-03-26 18:18:49 +0100
commitbdc7b8d7b15a03ee8a0e79d756320d567a925fd1 (patch)
treedc551c10043f2f9af9e03d65b6643211800ceefd /gtk2_ardour/route_time_axis.cc
parent854de91fb0a144cb4d4b500dd092a90e485d0894 (diff)
Add a note to self
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 4d74f0cc7f..90f23c323b 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -2034,6 +2034,7 @@ RouteTimeAxisView::add_existing_processor_automation_curves (boost::weak_ptr<Pro
boost::shared_ptr<AutomationLine> al;
if ((al = find_processor_automation_curve (processor, param)) != 0) {
+#warning NOT REACHED -- bug?
al->queue_reset ();
} else {
add_processor_automation_curve (processor, param);