speed up track resizing; fixup file DnD; stop use CAAudioFile for imported files
[ardour.git] / gtk2_ardour / utils.cc
index 1f4410e36172c40efbf4239f4931df94446b8351..2e98fad06e7dde84e813920b3b11628d109804ee 100644 (file)
@@ -412,7 +412,8 @@ key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev)
 
 #undef DEBUG_ACCELERATOR_HANDLING
 #ifdef  DEBUG_ACCELERATOR_HANDLING
-       bool debug = (getenv ("ARDOUR_DEBUG_ACCELERATOR_HANDLING") != 0);
+       //bool debug = (getenv ("ARDOUR_DEBUG_ACCELERATOR_HANDLING") != 0);
+       bool debug=true;
 #endif
        if (focus) {
                if (GTK_IS_ENTRY(focus) || Keyboard::some_magic_widget_has_focus()) {