summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-08-28 15:24:16 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-08-28 15:29:18 -0500
commit39e2223fee563d006a85967fda266da93121fa90 (patch)
tree6bbf4ecc9438295587e90f28dfbb052364546c27 /gtk2_ardour/processor_box.cc
parentb0477f7f1ecdfb2065a6e9e12097176540ef3a53 (diff)
yet another ArdourButton action tweak
Diffstat (limited to 'gtk2_ardour/processor_box.cc')
-rw-r--r--gtk2_ardour/processor_box.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc
index abc88524a8..1f219352f7 100644
--- a/gtk2_ardour/processor_box.cc
+++ b/gtk2_ardour/processor_box.cc
@@ -115,6 +115,7 @@ ProcessorEntry::ProcessorEntry (ProcessorBox* parent, boost::shared_ptr<Processo
_button.set_diameter (3);
_button.set_distinct_led_click (true);
+ _button.set_fallthrough_to_parent(true);
_button.set_led_left (true);
_button.signal_led_clicked.connect (sigc::mem_fun (*this, &ProcessorEntry::led_clicked));
_button.set_text (name (_width));
@@ -501,7 +502,6 @@ ProcessorEntry::Control::Control (boost::shared_ptr<AutomationControl> c, string
{
_slider.set_controllable (c);
box.set_padding(0, 0, 4, 4);
- _button.set_fallthrough_to_parent(true);
if (c->toggled()) {
_button.set_text (_name);