From 73fe0e4b97df72b64e8dd4614d6257815e8e4080 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 6 Sep 2016 16:56:07 -0400 Subject: [PATCH] use moved version of reset_focus() --- gtk2_ardour/editor_mouse.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc index 01cb2175c1..3e463373d1 100644 --- a/gtk2_ardour/editor_mouse.cc +++ b/gtk2_ardour/editor_mouse.cc @@ -47,6 +47,7 @@ #include "ardour/types.h" #include "actions.h" +#include "ardour_ui.h" #include "editor.h" #include "time_axis_view.h" #include "audio_time_axis.h" @@ -2510,7 +2511,7 @@ Editor::escape () selection->clear (); } - reset_focus (&contents()); + ARDOUR_UI::instance()->reset_focus (&contents()); } /** Update _join_object_range_state which indicate whether we are over the top