mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
Fix initial solo indicator (required for no-strobe)
This commit is contained in:
parent
8f81f77fa3
commit
3124c8a61c
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ ApplicationBar::set_session (Session *s)
|
|||
/* initialize */
|
||||
session_latency_updated (true);
|
||||
|
||||
_solo_alert_button.set_active (_session->soloing());
|
||||
_solo_alert_button.set_active (_session->soloing () || _session->listening ());
|
||||
|
||||
if (_editor_meter_table.get_parent()) {
|
||||
_transport_hbox.remove (_editor_meter_table);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue