Fix non-appearance of MIDI region names (#3891).
authorCarl Hetherington <carl@carlh.net>
Thu, 5 May 2011 14:40:53 +0000 (14:40 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 5 May 2011 14:40:53 +0000 (14:40 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9483 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/time_axis_view_item.cc

index 8d3d408bc89ef23ad64964396f79cc33fd5614cf..5cd88e8a9713f9f554efb7d5ca70568a33924195 100644 (file)
@@ -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 ();