Add option to en/disable showing automation-lane on touch

This commit is contained in:
Robin Gareus 2021-02-08 19:45:37 +01:00
parent bd8c26a059
commit 01bb38d99e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
6 changed files with 50 additions and 3 deletions

View file

@ -1602,11 +1602,9 @@ RouteTimeAxisView::show_touched_automation (boost::weak_ptr<PBD::Controllable> w
return;
}
#if 0
if (!_editor.show_touched_automation_lane ()) {
if (!_editor.show_touched_automation ()) {
return;
}
#endif
ProcessorAutomationNode* pan = find_processor_automation_node (ac);
if (!pan) {