diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index 12aa3f63e9..6cdedf978b 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -306,6 +306,7 @@ RouteTimeAxisView::label_view () if (x != name_label.get_text()) { name_label.set_text (x); + name_label.set_tooltip_text (x); } }