mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
Expose RTA in main and context menu
This commit is contained in:
parent
86a0bfdeab
commit
3b3ce7e3ea
2 changed files with 0 additions and 4 deletions
|
|
@ -690,9 +690,7 @@
|
|||
</menu>
|
||||
<!-- Common Ardour Widows (all toggle) !-->
|
||||
<menuitem action='toggle-meterbridge'/>
|
||||
#ifndef NDEBUG
|
||||
<menuitem action='toggle-rtawindow'/>
|
||||
#endif
|
||||
<menuitem action='toggle-locations'/>
|
||||
<menuitem action='toggle-big-clock'/>
|
||||
<menuitem action='toggle-big-transport'/>
|
||||
|
|
|
|||
|
|
@ -1140,7 +1140,6 @@ MixerStrip::build_route_ops_menu ()
|
|||
denormal_menu_item->set_active (_route->denormal_protection());
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
if (active && !is_singleton ()) {
|
||||
items.push_back (CheckMenuElem (_("RTA")));
|
||||
Gtk::CheckMenuItem* i = dynamic_cast<Gtk::CheckMenuItem *> (&items.back());
|
||||
|
|
@ -1155,7 +1154,6 @@ MixerStrip::build_route_ops_menu ()
|
|||
}
|
||||
});
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Disk I/O */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue