mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Squelch error message when toggling master-bus visibility.
This commit is contained in:
parent
7c84deb2c4
commit
34abc2dc2d
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue