mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
lots and lots of keybindings working again, with lots more menu items
git-svn-id: svn://localhost/trunk/ardour2@209 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
796ded66a3
commit
f69c9ed564
8 changed files with 285 additions and 104 deletions
|
|
@ -29,6 +29,7 @@ class ActionManager
|
|||
static std::vector<Glib::RefPtr<Gtk::Action> > transport_sensitive_actions;
|
||||
static std::vector<Glib::RefPtr<Gtk::Action> > jack_sensitive_actions;
|
||||
static std::vector<Glib::RefPtr<Gtk::Action> > jack_opposite_sensitive_actions;
|
||||
static std::vector<Glib::RefPtr<Gtk::Action> > edit_cursor_in_region_sensitive_actions;
|
||||
|
||||
static void set_sensitive (std::vector<Glib::RefPtr<Gtk::Action> >& actions, bool);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue