13
0

mousing in a fade-out should fall through to the region, for now (this was already done for fade-ins

git-svn-id: svn://localhost/ardour2/branches/3.0@13668 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Ben Loftis 2012-12-14 17:02:36 +00:00
parent 8bd074cd6b
commit e5776d1a69

View File

@ -418,7 +418,10 @@ Editor::canvas_end_xfade_event (GdkEvent *event, ArdourCanvas::Item* item, Audio
}
return typed_event (item, event, EndCrossFadeItem);
/* In Mixbus, the crossfade area is used to trim the region while leaving the fade anchor intact (see preserve_fade_anchor)*/
/* however in A3 this feature is unfinished, and it might be better to do it with a modifier-trim instead, anyway */
/* if we return RegionItem here then we avoid the issue until it is resolved later */
return typed_event (item, event, RegionItem); // EndCrossFadeItem);
}
bool