From 6697c4c014b52f074859e6002872935a34fc8ed4 Mon Sep 17 00:00:00 2001 From: nikolay Date: Wed, 24 Sep 2014 15:20:02 +0300 Subject: [PATCH] [Summary] Set tooltip in the Track Header [Reviewed] GZharun --- gtk2_ardour/route_time_axis.cc | 1 + 1 file changed, 1 insertion(+) 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); } }