13
0

Stop crossfades disappearing on region view drags.

git-svn-id: svn://localhost/ardour2/branches/3.0@6464 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-01-06 16:28:45 +00:00
parent 04bb3de7a5
commit 285e4c648a

View File

@ -874,6 +874,7 @@ RegionMoveDrag::finished (GdkEvent* /*event*/, bool movement_occurred)
rv->get_canvas_group()->reparent (*dest_rtv->view()->canvas_item());
rv->get_canvas_group()->property_y() = 0;
rv->get_time_axis_view().reveal_dependent_views (*rv);
/* just change the model */