13
0

flip a coin for a difficult GUI design question, and leave 4 region edit actions sensitive even when edit_point is EditAtMouse, to allow the kbd binding to still be active

git-svn-id: svn://localhost/ardour2/branches/3.0@10609 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-15 03:21:59 +00:00
parent c0ec12c5bc
commit 638378ada2

View File

@ -1085,10 +1085,12 @@ Editor::sensitize_the_right_region_actions ()
}
if (_edit_point == EditAtMouse) {
#if 0
_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);
#endif
_region_actions->get_action("place-transient")->set_sensitive (false);
}