Fix region name fit into the visible region in special cases like newly

recorded regions or when muting or locking regions.



git-svn-id: svn://localhost/ardour2/trunk@1100 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen
2006-11-10 07:22:46 +00:00
parent 0c4c6e031a
commit 40a7a3853f

View File

@@ -398,6 +398,7 @@ RegionView::region_renamed ()
set_item_name (str, this);
set_name_text (str);
reset_width_dependent_items (_pixel_width);
}
void