mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
update mute display when solo state changes, to keep things in sync
git-svn-id: svn://localhost/ardour2/branches/3.0@7133 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4c8aa95c69
commit
df3996991c
1 changed files with 5 additions and 0 deletions
|
|
@ -830,6 +830,11 @@ RouteUI::update_solo_display ()
|
||||||
}
|
}
|
||||||
|
|
||||||
solo_button->set_visual_state (solo_visual_state (_route));
|
solo_button->set_visual_state (solo_visual_state (_route));
|
||||||
|
|
||||||
|
/* some changes to solo status can affect mute display, so catch up
|
||||||
|
*/
|
||||||
|
|
||||||
|
update_mute_display ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue