Separate is an Editor action (like Delete), not a Region action.

This commit is contained in:
Ben Loftis 2016-12-19 14:08:23 -06:00
parent 3e214eb4ea
commit 386a1ed96e
4 changed files with 3 additions and 4 deletions

View file

@ -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);
}