mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
fix for mute button color/state caused by cut-n-paste coding, plus another access(2) bites the portability dust
git-svn-id: svn://localhost/ardour2/trunk@1532 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2756e72d0d
commit
72f76d4b95
4 changed files with 6 additions and 3 deletions
|
|
@ -386,7 +386,7 @@ RouteUI::mute_changed(void* src)
|
|||
void
|
||||
RouteUI::update_mute_display ()
|
||||
{
|
||||
bool model = _route->record_enabled();
|
||||
bool model = _route->muted();
|
||||
bool view = mute_button->get_active();
|
||||
|
||||
/* first make sure the button's "depressed" visual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue