fix logic for Session::solo_control_mode_changed()

This commit is contained in:
Paul Davis
2016-04-11 09:47:13 -04:00
parent b042072df4
commit cba56ade87

View File

@@ -6117,7 +6117,7 @@ Session::listen_position_changed ()
void
Session::solo_control_mode_changed ()
{
if (soloing()) {
if (soloing() || listening()) {
/* We can't use ::clear_all_solo_state() here because during
session loading at program startup, that will queue a call
to rt_clear_all_solo_state() that will not execute until