Fix non-appearance of MIDI region names (#3891).

git-svn-id: svn://localhost/ardour2/branches/3.0@9483 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-05-05 14:40:53 +00:00
parent bcaf808f7d
commit e89d8af65b

View 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 ();