cancel-solo always clears all solo-state, just in case.

This commit is contained in:
Robin Gareus 2015-10-06 20:06:25 +02:00
parent e73fa8413e
commit 6b00e149d2

View File

@ -4933,5 +4933,7 @@ ARDOUR_UI::cancel_solo ()
} else if (_session->listening()) {
_session->set_listen (_session->get_routes(), false);
}
_session->clear_all_solo_state (_session->get_routes()); // safeguard, ideally this won't do anything, check the log-window
}
}