mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Fix non-updated ordinary fade-outs during trim drags
(#4903). git-svn-id: svn://localhost/ardour2/branches/3.0@12537 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a025337960
commit
98e28bb54b
1 changed files with 2 additions and 1 deletions
|
|
@ -656,7 +656,8 @@ AudioRegionView::reset_fade_out_shape ()
|
||||||
void
|
void
|
||||||
AudioRegionView::reset_fade_out_shape_width (framecnt_t width)
|
AudioRegionView::reset_fade_out_shape_width (framecnt_t width)
|
||||||
{
|
{
|
||||||
if (dragging()) {
|
if (dragging() && audio_region()->fade_out_is_xfade()) {
|
||||||
|
/* we hide xfades while dragging regions */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue