update region's constrained-name width with name
authorRobin Gareus <robin@gareus.org>
Sun, 6 Sep 2015 14:45:48 +0000 (16:45 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 6 Sep 2015 14:45:48 +0000 (16:45 +0200)
gtk2_ardour/time_axis_view_item.cc

index 94f9b9346757c459a105a300012b4be7f0519eda..d9e7a22b869e6a1dc3d5700cfe496a50f3afd4a7 100644 (file)
@@ -538,6 +538,7 @@ TimeAxisViewItem::set_name_text(const string& new_name)
 
        name_text_width = pixel_width (new_name, NAME_FONT) + 2;
        name_text->set (new_name);
+       manage_name_text ();
 
 }