summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-21 03:52:58 +0100
committerRobin Gareus <robin@gareus.org>2016-12-21 03:53:45 +0100
commit45eff0fa9f0c3091783a51634657b91d16a7444e (patch)
tree9733093c84208d0b867044815f9c38482ca029a9 /gtk2_ardour/vca_master_strip.h
parent259c47c2de835bd3eef1b37297bd7c8e7b35bdf8 (diff)
Properly calculate VCA bottom padding & align fader
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 7208071f85..5a1ad74b75 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -101,6 +101,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void parameter_changed (std::string const& p);
void set_button_names ();
+ void update_bottom_padding ();
void start_color_edit ();
void finish_color_edit (int, Gtk::ColorSelectionDialog*);