From 85c2fd2b692e37dd1c5049229fb5733e0e262cc3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Jun 2012 22:01:22 +0000 Subject: Add a menu option and key press (F) in port matrices to flip the selected row and columns in the matrix. git-svn-id: svn://localhost/ardour2/branches/3.0@12804 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/bundle_manager.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/bundle_manager.cc') diff --git a/gtk2_ardour/bundle_manager.cc b/gtk2_ardour/bundle_manager.cc index 9dff8f82d2..e9cddbd754 100644 --- a/gtk2_ardour/bundle_manager.cc +++ b/gtk2_ardour/bundle_manager.cc @@ -221,6 +221,8 @@ BundleEditor::BundleEditor (Session* session, boost::shared_ptr bund add_button (Gtk::Stock::CLOSE, Gtk::RESPONSE_ACCEPT); show_all (); + + signal_key_press_event().connect (sigc::mem_fun (_matrix, &BundleEditorMatrix::key_press)); } void -- cgit v1.2.3