summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_layering_order_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-18 18:06:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-18 18:06:16 +0000
commit792df333a2ac2904002affcd311bebd6f65c239a (patch)
tree1bd91d79d9d01e980f1cf5289b4a6e0bc930ad87 /gtk2_ardour/region_layering_order_editor.cc
parent8b5d64ce9fd5cbb0c2af195461232651974e1e90 (diff)
fix some issues with delta clocks, while introducing a couple more since the clock can now show +ve and -ve offsets, but -ve ones computed incorrectly for timecode and BBT
git-svn-id: svn://localhost/ardour2/branches/3.0@10681 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_layering_order_editor.cc')
-rw-r--r--gtk2_ardour/region_layering_order_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_layering_order_editor.cc b/gtk2_ardour/region_layering_order_editor.cc
index de97e0a190..d2e0db5e11 100644
--- a/gtk2_ardour/region_layering_order_editor.cc
+++ b/gtk2_ardour/region_layering_order_editor.cc
@@ -159,7 +159,7 @@ RegionLayeringOrderEditor::set_context (const string& a_name, Session* s, const
track_name_label.set_text (a_name);
clock.set_session (s);
- clock.set (pos, true, 0, 0);
+ clock.set (pos, true);
playlist_modified_connection.disconnect ();
playlist = pl;