Trim and vca button should also be insensitive in strip aux mode
This commit is contained in:
parent
74c4e4a6d8
commit
b8856076c2
@ -2173,6 +2173,8 @@ MixerStrip::drop_send ()
|
||||
monitor_input_button->set_sensitive (true);
|
||||
monitor_disk_button->set_sensitive (true);
|
||||
_comment_button.set_sensitive (true);
|
||||
trim_control.set_sensitive (true);
|
||||
control_slave_ui.set_sensitive(true);
|
||||
RouteUI::check_rec_enable_sensitivity ();
|
||||
set_button_names (); // update solo button visual state
|
||||
}
|
||||
@ -2221,6 +2223,8 @@ MixerStrip::show_send (boost::shared_ptr<Send> send)
|
||||
monitor_input_button->set_sensitive (false);
|
||||
monitor_disk_button->set_sensitive (false);
|
||||
_comment_button.set_sensitive (false);
|
||||
trim_control.set_sensitive (false);
|
||||
control_slave_ui.set_sensitive(false);
|
||||
|
||||
if (boost::dynamic_pointer_cast<InternalSend>(send)) {
|
||||
output_button.set_sensitive (false);
|
||||
|
Loading…
Reference in New Issue
Block a user