fix focus-on-clock action
[ardour.git] / gtk2_ardour / ardour_ui_ed.cc
index d10e67339625287203914377f1b47dc6485a4fe5..dceb61e73bb858f0c5196bef9c0a54391918287e 100644 (file)
@@ -770,8 +770,7 @@ ARDOUR_UI::resize_text_widgets ()
 void
 ARDOUR_UI::focus_on_clock ()
 {
-       if (editor && primary_clock) {
-               editor->present ();
+       if (primary_clock) {
                primary_clock->focus ();
        }
 }