mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
[Summary] Set tooltip in the Track Header
[Reviewed] GZharun
This commit is contained in:
parent
3157d4f5ea
commit
6697c4c014
1 changed files with 1 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ RouteTimeAxisView::label_view ()
|
|||
|
||||
if (x != name_label.get_text()) {
|
||||
name_label.set_text (x);
|
||||
name_label.set_tooltip_text (x);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue