Squelch error message when toggling master-bus visibility.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user