Squelch error message when toggling master-bus visibility.

This commit is contained in:
Robin Gareus 2017-06-14 21:22:08 +02:00
parent 7c84deb2c4
commit 34abc2dc2d

View file

@ -1699,6 +1699,10 @@ Mixer_UI::stripable_property_changed (const PropertyChange& what_changed, boost:
}
}
if (s->is_master ()) {
return;
}
error << _("track display list item for renamed strip not found!") << endmsg;
}