From e284a533492de02366f70e608b8dfbd04a3dbcaf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Jul 2012 16:35:59 +0000 Subject: quiet! git-svn-id: svn://localhost/ardour2/branches/3.0@13075 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_summary.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/editor_summary.cc') diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc index d7943fed7d..d9fc4b1443 100644 --- a/gtk2_ardour/editor_summary.cc +++ b/gtk2_ardour/editor_summary.cc @@ -293,15 +293,16 @@ EditorSummary::on_enter_notify_event (GdkEventCrossing*) { grab_focus (); Keyboard::magic_widget_grab_focus (); - cerr << "ES enter, grabbed focus\n"; return false; } bool EditorSummary::on_leave_notify_event (GdkEventCrossing*) { + /* there are no inferior/child windows, so any leave event means that + we're gone. + */ Keyboard::magic_widget_drop_focus (); - cerr << "ES leave\n"; return false; } -- cgit v1.2.3