summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-26 20:08:32 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-26 20:08:32 +0000
commitc89c77c8c3382c27565d22e5e87eda191186dac9 (patch)
treec56eb15c04e07b7ad45a668789a597e6951bb57f /gtk2_ardour/editor_mouse.cc
parent9a5828e27a2b9e070f2d43401bc425a29cef6dde (diff)
no more edit point clock (except SAE version, but who knows why or even if)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5928 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index 83bb3bd5c6..490112d430 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -2627,7 +2627,9 @@ Editor::marker_drag_motion_callback (ArdourCanvas::Item* item, GdkEvent* event)
abort();
}
- edit_point_clock.set (drag_info.copied_locations.front()->start());
+ if (Profile->get_sae()) {
+ edit_point_clock.set (drag_info.copied_locations.front()->start());
+ }
show_verbose_time_cursor (newframe, 10);
#ifdef GTKOSX