13
0

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:
Paul Davis 2011-11-03 16:17:58 +00:00
parent bfa45291a7
commit 370a8ba79a

View File

@ -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: