mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Tidy up the region menu a bit, and hopefully clarify what regions will be
operated on in different circumstances. Make the main menubar Region menu the same as the context one, and use the same logic to sensitize/desensitize actions for them. git-svn-id: svn://localhost/ardour2/branches/3.0@7954 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f9d6a7329c
commit
b5ab2e030b
21 changed files with 1076 additions and 1145 deletions
|
|
@ -36,7 +36,6 @@ namespace ActionManager {
|
|||
extern std::vector<Glib::RefPtr<Gtk::Action> > region_list_selection_sensitive_actions;
|
||||
extern std::vector<Glib::RefPtr<Gtk::Action> > plugin_selection_sensitive_actions;
|
||||
|
||||
extern std::vector<Glib::RefPtr<Gtk::Action> > region_selection_sensitive_actions;
|
||||
extern std::vector<Glib::RefPtr<Gtk::Action> > track_selection_sensitive_actions;
|
||||
extern std::vector<Glib::RefPtr<Gtk::Action> > point_selection_sensitive_actions;
|
||||
extern std::vector<Glib::RefPtr<Gtk::Action> > time_selection_sensitive_actions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue