X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fardour_ui_dependents.cc;h=f15c1bed2467cf6b1948cf56f43226526a513ebe;hb=098b0f8a8b904313bc2e9e3147cc3c05fd83f3e6;hp=467ca264cb9e702879d573e9d66ef290cc1dbd83;hpb=685c4f89558b57f22371f3f3adb59c4ded254b8d;p=ardour.git diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc index 467ca264cb..f15c1bed24 100644 --- a/gtk2_ardour/ardour_ui_dependents.cc +++ b/gtk2_ardour/ardour_ui_dependents.cc @@ -75,6 +75,13 @@ ARDOUR_UI::we_have_dependents () } install_actions (); + /* The monitor section relies on at least 1 action defined by us. Since that + * action now exists, give it a chance to use it. + */ + mixer->monitor_section().use_others_actions (); + + /* Create "static" actions that apply to all ProcessorBoxes + */ ProcessorBox::register_actions (); /* Global, editor, mixer, processor box actions are defined now. Link