From df6222b3b408ecf2aa673beb0fdff2fa309a81a1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 10 Jun 2012 14:42:22 +0000 Subject: Fix another place where regions can be inserted into a playlist without also getting put into the master list. git-svn-id: svn://localhost/ardour2/branches/3.0@12646 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_canvas_events.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_canvas_events.cc b/gtk2_ardour/editor_canvas_events.cc index e6b0b8ec9e..4b7d40cdce 100644 --- a/gtk2_ardour/editor_canvas_events.cc +++ b/gtk2_ardour/editor_canvas_events.cc @@ -1013,7 +1013,7 @@ Editor::track_canvas_drag_motion (Glib::RefPtr const & /*c*/, return true; } - boost::shared_ptr region_copy = RegionFactory::create (region); + boost::shared_ptr region_copy = RegionFactory::create (region, true); if (boost::dynamic_pointer_cast (region_copy) != 0 && dynamic_cast (tv.first) == 0) { -- cgit v1.2.3