RTA: allow to remove master

This commit is contained in:
Robin Gareus
2025-08-28 19:33:54 +02:00
parent 51027b9921
commit a7b07e392e

View File

@@ -1140,7 +1140,7 @@ MixerStrip::build_route_ops_menu ()
denormal_menu_item->set_active (_route->denormal_protection());
}
if (active && !is_singleton ()) {
if (active && !_route->presentation_info().special (false)) {
items.push_back (CheckMenuElem (_("RTA")));
Gtk::CheckMenuItem* i = dynamic_cast<Gtk::CheckMenuItem *> (&items.back());
bool attached = RTAManager::instance ()->attached (_route);