fix issue with logic controlling rude isolate button
This commit is contained in:
parent
d0e636e1a8
commit
aef6805114
@ -1025,6 +1025,8 @@ MonitorSection::solo_blink (bool onoff)
|
||||
|
||||
if (_session->soloing()) {
|
||||
if (_session->solo_isolated()) {
|
||||
rude_iso_button.set_active (onoff);
|
||||
} else {
|
||||
rude_iso_button.set_active (false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user