fix focus-on-clock action

This commit is contained in:
Paul Davis 2016-08-28 09:05:27 -04:00
parent 350282598c
commit 7336a05110
1 changed files with 1 additions and 2 deletions

View 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 ();
}
}