slightly more debugging for kbd accels
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 27 Jul 2012 03:21:39 +0000 (03:21 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 27 Jul 2012 03:21:39 +0000 (03:21 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13095 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/utils.cc

index 692ae05a094a4b20604ab12e380b74c2280e51e9..62144ffd6936b67ccb40c8b1f0ab441f6ecfabe6 100644 (file)
@@ -461,7 +461,9 @@ key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev)
                 DEBUG_TRACE (DEBUG::Accelerators, "\tactivate, then propagate\n");
 
                if (allow_activating) {
+                       DEBUG_TRACE (DEBUG::Accelerators, "\tsending to window\n");
                        if (gtk_window_activate_key (win, ev)) {
+                               DEBUG_TRACE (DEBUG::Accelerators, "\t\thandled\n");
                                return true;
                        }
                } else {