fix focus-on-clock action 5.3
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 28 Aug 2016 13:05:27 +0000 (09:05 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 28 Aug 2016 13:05:31 +0000 (09:05 -0400)
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 ();
        }
 }