From e89d8af65bd9f77fe3be48ce37ed83f050aa1dd1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 May 2011 14:40:53 +0000 Subject: [PATCH] Fix non-appearance of MIDI region names (#3891). git-svn-id: svn://localhost/ardour2/branches/3.0@9483 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/time_axis_view_item.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/time_axis_view_item.cc b/gtk2_ardour/time_axis_view_item.cc index 8d3d408bc8..5cd88e8a97 100644 --- a/gtk2_ardour/time_axis_view_item.cc +++ b/gtk2_ardour/time_axis_view_item.cc @@ -870,6 +870,8 @@ TimeAxisViewItem::reset_width_dependent_items (double pixel_width) frame_handle_end->show(); frame_handle_end->property_x2() = pixel_width; } + + wide_enough_for_name = true; } update_name_pixbuf_visibility ();