Don't allow aux sends from MIDI tracks for the time
[ardour.git] / gtk2_ardour / editor_cursors.cc
index 21ba063c098516b40210a61003c002aa76815d5e..ccacda210f01484f5342e381e7248e34aeb0e423 100644 (file)
@@ -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;
 }