mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
ensure that skip marker text is correctly clamped to available width
This commit is contained in:
parent
8794093330
commit
4c02834283
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue