summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-04-03 18:48:34 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-04-03 18:54:51 -0600
commit743fbaf7bf992bdd1d277df7fd34e6965f327a16 (patch)
tree9edba81d0dc0a403179d16cd1971b7d06c95b116 /gtk2_ardour/route_time_axis.h
parentd1e55ff5b7b4e7f9da32ff05898487aff7d8bdc2 (diff)
change implementation of layer display menu items and handlers
The menu items no longer ever apply to the selection, because there will be an Editor-level action to change things "globally"
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index de6bb441a9..72b6f736a1 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -291,6 +291,7 @@ protected:
UnderlayMirrorList _underlay_mirrors;
bool _ignore_set_layer_display;
+ void layer_display_menu_change (Gtk::MenuItem* item);
protected:
void update_pan_track_visibility ();