13
0

T: do not change fader appearance because of send handling

This commit is contained in:
Paul Davis 2024-05-06 16:18:11 -06:00
parent f6fcc476cc
commit 3e50c37503

View File

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