summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-05 15:08:42 +0100
committerRobin Gareus <robin@gareus.org>2017-01-05 17:13:33 +0100
commit1de2afa6c315721f0a840ab5b8bd05da1049e740 (patch)
tree06de62977596119a238d3570aeb08d8c55940e15 /gtk2_ardour/vca_master_strip.h
parent4c7fcc11f7acf93dd674459921111a1926cb7017 (diff)
VCA number-label: match track/bus header behavior
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 5a1ad74b75..575a21173c 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -91,6 +91,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void start_name_edit ();
void finish_name_edit (std::string, int);
bool vertical_button_press (GdkEventButton*);
+ bool number_button_press (GdkEventButton*);
void vca_property_changed (PBD::PropertyChange const & what_changed);
void update_vca_name ();
void build_context_menu ();