From ad5a326694fb29303bd23dc7a36e500211c621d3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 May 2011 15:30:21 +0000 Subject: Set up _last_cut_copy_source_track on copying automation points. Should help with #3863. git-svn-id: svn://localhost/ardour2/branches/3.0@9520 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_ops.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 5f361ae153..07e68faf3d 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -3556,6 +3556,7 @@ Editor::cut_copy_points (CutCopyOp op) for (PointSelection::iterator i = selection->points.begin(); i != selection->points.end(); ++i) { AutomationTimeAxisView* atv = dynamic_cast((*i).track); + _last_cut_copy_source_track = atv; if (atv) { atv->cut_copy_clear_objects (selection->points, op); -- cgit v1.2.3