mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
use ActionManager namespace, rather than ActionMap objects, and remove all per-context action maps
This commit is contained in:
parent
00df619d21
commit
fc83d044f8
25 changed files with 627 additions and 651 deletions
|
|
@ -104,7 +104,7 @@ ARDOUR_UI_UTILS::just_hide_it (GdkEventAny */*ev*/, Gtk::Window *win)
|
|||
static bool
|
||||
idle_notify_engine_stopped ()
|
||||
{
|
||||
Glib::RefPtr<Action> act = ARDOUR_UI::instance()->find_action ("Window", "toggle-audio-midi-setup");
|
||||
Glib::RefPtr<Action> act = ActionManager::get_action ("Window", "toggle-audio-midi-setup");
|
||||
Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::cast_dynamic(act);
|
||||
|
||||
MessageDialog msg (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue