part two of allow markup to be used in BoolOption items in an option editor
[ardour.git] / gtk2_ardour / bundle_manager.cc
index 9dff8f82d2d5570aaa38f992807994a996ab8a16..e9cddbd7540265cdefee778955d3d62acf6df0b3 100644 (file)
@@ -221,6 +221,8 @@ BundleEditor::BundleEditor (Session* session, boost::shared_ptr<UserBundle> bund
 
        add_button (Gtk::Stock::CLOSE, Gtk::RESPONSE_ACCEPT);
        show_all ();
+
+       signal_key_press_event().connect (sigc::mem_fun (_matrix, &BundleEditorMatrix::key_press));
 }
 
 void