summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_cursors.cc')
-rw-r--r--gtk2_ardour/editor_cursors.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_cursors.cc b/gtk2_ardour/editor_cursors.cc
index 0725ad0d12..bedff56701 100644
--- a/gtk2_ardour/editor_cursors.cc
+++ b/gtk2_ardour/editor_cursors.cc
@@ -59,6 +59,8 @@ EditorCursor::~EditorCursor ()
void
EditorCursor::set_position (nframes64_t frame)
{
+ PositionChanged (frame);
+
double new_pos = editor.frame_to_unit (frame);
if (new_pos != points.front().get_x()) {