diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc index 2c6406bbfe..9e329336a9 100644 --- a/gtk2_ardour/time_axis_view.cc +++ b/gtk2_ardour/time_axis_view.cc @@ -235,7 +235,7 @@ TimeAxisView::show_at (double y, int& nth, VBox *parent) } _order = nth; - number_label.set_text (string_compose (_("%1"), _order)); + number_label.set_text (string_compose (_("%1"), _order+1)); if (_y_position != y) { _canvas_display->set_y_position (y);