mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove lock icon from track header solo button when appropriate
git-svn-id: svn://localhost/ardour2/branches/3.0@10423 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bfa45291a7
commit
370a8ba79a
1 changed files with 1 additions and 0 deletions
|
|
@ -2355,6 +2355,7 @@ RouteTimeAxisView::set_button_names ()
|
|||
solo_button->set_image (solo_safe_pixbuf);
|
||||
solo_button->set_text (string());
|
||||
} else {
|
||||
solo_button->set_image (Glib::RefPtr<Gdk::Pixbuf>());
|
||||
if (Config->get_solo_control_is_listen_control()) {
|
||||
switch (Config->get_listen_position()) {
|
||||
case AfterFaderListen:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue