[Summary] Fixing the display of number of tracks

This commit is contained in:
VKamyshniy 2014-07-29 12:34:42 +03:00
parent 3482481d8f
commit cccb8d676b

View file

@ -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);