mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix text display on Cue markers
This commit is contained in:
parent
b9bca313d2
commit
61ad5c666d
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ ArdourMarker::setup_name_display ()
|
|||
_name_item->set_x_position (-name_width);
|
||||
}
|
||||
|
||||
_name_item->clamp_width (name_width);
|
||||
_name_item->clamp_width (_type==Cue ? name_width*2 : name_width);
|
||||
|
||||
if (_type == Cue) {
|
||||
if (_cue_index != CueRecord::stop_all) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue