Fix for Clock updates

This commit is contained in:
Tim Mayberry 2015-01-02 22:07:50 +07:00
parent 68ae9394be
commit 02a7bbce76

View file

@ -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 */
}
}