allow ardour button to handle focused keyboard events
[ardour.git] / gtk2_ardour / lv2_plugin_ui.h
index 40e3890e1ce6a8a380f24eaf5b1c4e76c61b92b7..a39386a7e041d455b5c9027b3857bbc2997b27b2 100644 (file)
@@ -71,6 +71,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
        boost::shared_ptr<ARDOUR::LV2Plugin> _lv2;
        std::vector<int>                     _output_ports;
        sigc::connection                     _screen_update_connection;
+       sigc::connection                     _message_update_connection;
        Gtk::Widget*                         _gui_widget;
        /** a box containing the focus, bypass, delete, save / add preset buttons etc. */
        Gtk::HBox                            _ardour_buttons_box;