X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fplugin_ui.cc;h=717fd6d44be71ee52d7cd38a621a90e5059612a4;hb=642e4950b915a2317bd51e3ec7c270909229c353;hp=9f11f410f939fa129fe0d482bba9f828d31511fc;hpb=ad017365f7a73f8ba57f667cc1aa36478b48c50e;p=ardour.git diff --git a/gtk2_ardour/plugin_ui.cc b/gtk2_ardour/plugin_ui.cc index 9f11f410f9..717fd6d44b 100644 --- a/gtk2_ardour/plugin_ui.cc +++ b/gtk2_ardour/plugin_ui.cc @@ -333,6 +333,7 @@ PluginUIWindow::create_lv2_editor(boost::shared_ptr insert) _pluginui = lpu; add (*lpu); lpu->package (*this); + _pluginui->KeyboardFocused.connect (sigc::mem_fun (*this, &PluginUIWindow::keyboard_focused)); } return true;