summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-21 08:07:29 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:44 -0400
commit791d0196d66c6309b0be5006ea719cfc527989d4 (patch)
treef61b87e8313ff9014610c0188d190e635f98f875 /gtk2_ardour/vca_master_strip.h
parentf8f7894ad9306f1c7359d664020bc97b6bd39f17 (diff)
make various button press events work on VCA strip vertical button; improve spacing
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 0df8929d30..99e1101a50 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -87,7 +87,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void update_vca_display ();
void start_name_edit ();
void finish_name_edit (std::string);
- bool vertical_box_press (GdkEventButton*);
+ bool vertical_button_press (GdkEventButton*);
void vca_property_changed (PBD::PropertyChange const & what_changed);
void update_vca_name ();
void build_context_menu ();