mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
reset [trim] fade handle position if track-height changes
This commit is contained in:
parent
40ffd0600b
commit
23a711d370
1 changed files with 2 additions and 0 deletions
|
|
@ -528,6 +528,8 @@ AudioRegionView::set_height (gdouble height)
|
|||
if (name_text) {
|
||||
name_text->raise_to_top();
|
||||
}
|
||||
|
||||
setup_fade_handle_positions();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue