From 642e4950b915a2317bd51e3ec7c270909229c353 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 21 Feb 2015 03:00:33 +0100 Subject: [PATCH] hook up focus_button for LV2 GUIs --- gtk2_ardour/plugin_ui.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2