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, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_cursors.cc b/gtk2_ardour/editor_cursors.cc
index 21ba063c09..ccacda210f 100644
--- a/gtk2_ardour/editor_cursors.cc
+++ b/gtk2_ardour/editor_cursors.cc
@@ -84,7 +84,7 @@ EditorCursor::set_length (double units)
void
EditorCursor::set_y_axis (double position)
{
- points.front().set_y (position);
+ points.front().set_y (position);
points.back().set_y (position + length);
canvas_item.property_points() = points;
}