start using ActionMap in preference to ActionManager

This commit is contained in:
Paul Davis 2018-12-05 17:32:35 -05:00
parent eb48c14ec4
commit 4423945643
11 changed files with 27 additions and 27 deletions

View file

@ -41,7 +41,7 @@ namespace ArdourWidgets {
class TearOff;
}
class MonitorSection : public RouteUI, public Gtk::EventBox
class MonitorSection : public RouteUI, public Gtk::EventBox, public Gtkmm2ext::StaticActionMapOwner
{
public:
MonitorSection (ARDOUR::Session*);
@ -55,6 +55,8 @@ public:
PluginSelector* plugin_selector() { return _plugin_selector; }
Gtkmm2ext::ActionMap& my_actions() const { return myactions; }
private:
Gtk::HBox hpacker;
Gtk::VBox vpacker;