push2: track mix layout needs to be setup even if not currently visible

This commit is contained in:
Paul Davis 2022-09-03 16:21:33 -06:00
parent f13c4d1264
commit b7d86cb118

View File

@ -443,10 +443,6 @@ TrackMixLayout::monitoring_change ()
void
TrackMixLayout::show_state ()
{
if (!parent()) {
return;
}
if (_stripable) {
name_changed ();
color_changed ();