ensure that skip marker text is correctly clamped to available width

This commit is contained in:
Paul Davis 2015-02-09 16:30:25 -05:00
parent 8794093330
commit 4c02834283

View file

@ -341,8 +341,6 @@ RangeMarker::setup_name_display ()
_name_item->show ();
_name_item->set_x_position (_label_offset);
/* Limit text to width of background rect */
_name_item->clamp_width (_name_background->get().width());
_name_item->set (_name);
}
}