summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-04-03 18:54:37 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-04-03 18:54:51 -0600
commit0ecf1e40ea9449b4f79b1f7bfb4d6b07b505ae50 (patch)
tree50155422c1c9cfa88897b5bc01554b5f164254fe /gtk2_ardour/editor.h
parentc2b026831c5a7229e8ee2b53ba0406223e1fc016 (diff)
add Editor-level action to toggle track layer display
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 18e67b8cbc..618a96d93f 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1509,6 +1509,7 @@ private:
bool select_new_marker;
void toggle_all_existing_automation ();
+ void toggle_layer_display ();
void reverse_selection ();
void edit_envelope ();