X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fbig_clock_window.cc;h=6c18ced98b9d33c025276e15a589aa167a137113;hb=47d186d1a301c8cbc8ed8c3b6cbe0c84bb6b681f;hp=56fe34feac463433c1069285217eb8e313c98ecb;hpb=9a11e3a64d485f2e9ae2bb2dd6409eb1c87f99d0;p=ardour.git diff --git a/gtk2_ardour/big_clock_window.cc b/gtk2_ardour/big_clock_window.cc index 56fe34feac..6c18ced98b 100644 --- a/gtk2_ardour/big_clock_window.cc +++ b/gtk2_ardour/big_clock_window.cc @@ -21,13 +21,15 @@ #include #include +#include "gtkmm2ext/utils.h" + #include "ardour_ui.h" #include "audio_clock.h" #include "big_clock_window.h" #include "public_editor.h" #include "utils.h" -#include "i18n.h" +#include "pbd/i18n.h" using std::min; using std::string; @@ -55,7 +57,7 @@ void BigClockWindow::on_unmap () { ArdourWindow::on_unmap (); - PublicEditor::instance().reset_focus (&clock); + ARDOUR_UI::instance()->reset_focus (this); } bool