From e4e6f001036102aab8bee42516335ea236aa9644 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 2 Nov 2014 08:54:12 -0500 Subject: slightly increased debugging output for -D accelerators --- gtk2_ardour/utils.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/utils.cc') diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc index 8011f6abfd..171fc631d5 100644 --- a/gtk2_ardour/utils.cc +++ b/gtk2_ardour/utils.cc @@ -483,14 +483,15 @@ ARDOUR_UI_UTILS::key_press_focus_accelerator_handler (Gtk::Window& window, GdkEv #endif - DEBUG_TRACE (DEBUG::Accelerators, string_compose ("Win = %1 focus = %7 Key event: code = %2 state = %3 special handling ? %4 magic widget focus ? %5 allow_activation ? %6\n", + DEBUG_TRACE (DEBUG::Accelerators, string_compose ("Win = %1 focus = %7 (%8) Key event: code = %2 state = %3 special handling ? %4 magic widget focus ? %5 allow_activation ? %6\n", win, ev->keyval, ev->state, special_handling_of_unmodified_accelerators, Keyboard::some_magic_widget_has_focus(), allow_activating, - focus)); + focus, + (focus ? gtk_widget_get_name (focus) : "no focus widget"))); /* This exists to allow us to override the way GTK handles key events. The normal sequence is: -- cgit v1.2.3