mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Fix for Clock updates
This commit is contained in:
parent
68ae9394be
commit
02a7bbce76
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue