fix focus-on-clock action
This commit is contained in:
parent
350282598c
commit
7336a05110
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user