Transpose should appear in the popup region context menu as well as the Regions menu

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5545 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Ben Loftis 2009-08-18 19:19:25 +00:00
parent c55f3dcb3c
commit 124d01ab79

View file

@ -1902,6 +1902,8 @@ Editor::add_region_context_items (AudioStreamView* sv, boost::shared_ptr<Region>
fooc.block (false);
}
items.push_back (MenuElem (_("Transpose"), mem_fun(*this, &Editor::pitch_shift_regions)));
if (!Profile->get_sae()) {
items.push_back (CheckMenuElem (_("Opaque")));
CheckMenuItem* region_opaque_item = static_cast<CheckMenuItem*>(&items.back());