From d460bb34755ea2343eef444c85cc572f8e176e1f Mon Sep 17 00:00:00 2001 From: André Nusser Date: Mon, 12 Oct 2015 18:04:52 +0200 Subject: Include "Transform..." into MIDI region menu. Everything has already been done except the including. --- gtk2_ardour/editor_selection.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/editor_selection.cc') diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc index 85ec795e40..3a6277ecec 100644 --- a/gtk2_ardour/editor_selection.cc +++ b/gtk2_ardour/editor_selection.cc @@ -1241,6 +1241,7 @@ Editor::sensitize_the_right_region_actions () _region_actions->get_action("quantize-region")->set_sensitive (false); _region_actions->get_action("legatize-region")->set_sensitive (false); _region_actions->get_action("remove-overlap")->set_sensitive (false); + _region_actions->get_action("transform-region")->set_sensitive (false); _region_actions->get_action("fork-region")->set_sensitive (false); _region_actions->get_action("insert-patch-change-context")->set_sensitive (false); _region_actions->get_action("insert-patch-change")->set_sensitive (false); -- cgit v1.2.3