yet another ArdourButton action tweak

This commit is contained in:
Ben Loftis 2014-08-28 15:24:16 -05:00
parent b0477f7f1e
commit 39e2223fee
2 changed files with 2 additions and 2 deletions

View File

@ -672,7 +672,7 @@ ArdourButton::on_button_press_event (GdkEventButton *ev)
if (_fallthrough_to_parent)
return false;
return false;
return true;
}
bool

View File

@ -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);