locale/focus debug 3

git-svn-id: svn://localhost/ardour2/branches/3.0@13625 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-08 20:43:06 +00:00
parent a6aae07fbc
commit 7b121f301c

View file

@ -1518,6 +1518,7 @@ void
Editor::reset_focus ()
{
track_canvas->grab_focus();
cerr << "Track canvas now has focus? " << track_canvas->has_focus() << endl;
}
void