flip a coin for a difficult GUI design question, and leave 4 region edit actions...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 15 Nov 2011 03:21:59 +0000 (03:21 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 15 Nov 2011 03:21:59 +0000 (03:21 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10609 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_selection.cc

index b362d15f5301f06b6d8091f397f3c707474a428d..b98a7afd731e5b2559ce79e70cda2379f9a0c127 100644 (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);
        }