mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Separate is an Editor action (like Delete), not a Region action.
This commit is contained in:
parent
3e214eb4ea
commit
386a1ed96e
4 changed files with 3 additions and 4 deletions
|
|
@ -1251,7 +1251,6 @@ Editor::sensitize_the_right_region_actions ()
|
|||
_region_actions->get_action("set-region-sync-position")->set_sensitive (false);
|
||||
_region_actions->get_action("trim-front")->set_sensitive (false);
|
||||
_region_actions->get_action("trim-back")->set_sensitive (false);
|
||||
_region_actions->get_action("split-region")->set_sensitive (false);
|
||||
_region_actions->get_action("place-transient")->set_sensitive (false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue