mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
[Summary] Fixing the display of number of tracks
This commit is contained in:
parent
3482481d8f
commit
cccb8d676b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue