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
@ -656,7 +656,8 @@ AudioRegionView::reset_fade_out_shape ()
|
||||
void
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user