summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main_clock.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-04-21 10:16:00 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-04-21 10:22:28 -0500
commiteafb66d00121986354b01c8367404d4c91038aac (patch)
tree21b7b877f19da8219afb375f68bb40c96edc9e64 /gtk2_ardour/main_clock.cc
parente2afdb21c348e89c39cd2d5f46e06d7f2726a43c (diff)
update some calls to use new get_preferred_edit_position; needs testing
Diffstat (limited to 'gtk2_ardour/main_clock.cc')
-rw-r--r--gtk2_ardour/main_clock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/main_clock.cc b/gtk2_ardour/main_clock.cc
index 26d780ea8a..f0cbd9bf28 100644
--- a/gtk2_ardour/main_clock.cc
+++ b/gtk2_ardour/main_clock.cc
@@ -73,7 +73,7 @@ MainClock::absolute_time () const
{
if (get_is_duration ()) {
// delta to edit cursor
- return current_time () + PublicEditor::instance().get_preferred_edit_position (true);
+ return current_time () + PublicEditor::instance().get_preferred_edit_position (Editing::EDIT_IGNORE_PHEAD);
} else {
return current_time ();
}