T: do not change fader appearance because of send handling
This commit is contained in:
parent
f6fcc476cc
commit
3e50c37503
@ -1497,7 +1497,7 @@ MixerStrip::hide_processor_editor (std::weak_ptr<Processor> p)
|
||||
void
|
||||
MixerStrip::reset_strip_style ()
|
||||
{
|
||||
if (_current_delivery && std::dynamic_pointer_cast<Send>(_current_delivery)) {
|
||||
if (!Profile->get_livetrax() && _current_delivery && std::dynamic_pointer_cast<Send>(_current_delivery)) {
|
||||
|
||||
gpm.unset_fader_fg ();
|
||||
gpm.set_fader_name ("SendStripBase");
|
||||
|
Loading…
Reference in New Issue
Block a user