mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix stuck-on audition button.
git-svn-id: svn://localhost/ardour2/branches/3.0@10599 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
838a1965c9
commit
a6ce6f57a7
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ ARDOUR_UI::audition_blink (bool onoff)
|
|||
auditioning_alert_button.set_active (false);
|
||||
}
|
||||
} else {
|
||||
auditioning_alert_button.set_active (true);
|
||||
auditioning_alert_button.set_active (false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue