summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-24 16:35:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-24 16:35:59 +0000
commite284a533492de02366f70e608b8dfbd04a3dbcaf (patch)
tree4628f93b80c0394f96ca2a7d3fd5ce70c8b5c2e8 /gtk2_ardour/editor_summary.cc
parent0462a3e413b3901d9876d175983894037d7be1e7 (diff)
quiet!
git-svn-id: svn://localhost/ardour2/branches/3.0@13075 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_summary.cc')
-rw-r--r--gtk2_ardour/editor_summary.cc5
1 files changed, 3 insertions, 2 deletions
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;
}