Fix for Clock updates
This commit is contained in:
@@ -2261,7 +2261,7 @@ ARDOUR_UI::update_clocks ()
|
||||
{
|
||||
if (!_session) return;
|
||||
|
||||
if (!editor && !editor->dragging_playhead()) {
|
||||
if (editor && !editor->dragging_playhead()) {
|
||||
Clock (_session->audible_frame(), false, editor->get_preferred_edit_position()); /* EMIT_SIGNAL */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user