summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-08 20:43:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-08 20:43:06 +0000
commit7b121f301c9d0598ced4a4b8b81c4c9fd0726a75 (patch)
treea62bc7de1d494b8e9f6f9db34fb51ef1bd8f0892 /gtk2_ardour/editor_actions.cc
parenta6aae07fbc5a40851d716be7e300e05a27bc5d14 (diff)
locale/focus debug 3
git-svn-id: svn://localhost/ardour2/branches/3.0@13625 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_actions.cc')
-rw-r--r--gtk2_ardour/editor_actions.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc
index 0222dd6b3b..4fe817200e 100644
--- a/gtk2_ardour/editor_actions.cc
+++ b/gtk2_ardour/editor_actions.cc
@@ -1518,6 +1518,7 @@ void
Editor::reset_focus ()
{
track_canvas->grab_focus();
+ cerr << "Track canvas now has focus? " << track_canvas->has_focus() << endl;
}
void