LTC slave fix fps detection with 29.97000 option
[ardour.git] / gtk2_ardour / editor_canvas_events.cc
index e6b0b8ec9e27a7251d73a1de2914eed7672cc31e..4b7d40cdce2087fd98925a7a7c65faf4220f4fa3 100644 (file)
@@ -1013,7 +1013,7 @@ Editor::track_canvas_drag_motion (Glib::RefPtr<Gdk::DragContext> const & /*c*/,
                        return true;
                }
 
-               boost::shared_ptr<Region> region_copy = RegionFactory::create (region);
+               boost::shared_ptr<Region> region_copy = RegionFactory::create (region, true);
 
                if (boost::dynamic_pointer_cast<AudioRegion> (region_copy) != 0 &&
                    dynamic_cast<AudioTimeAxisView*> (tv.first) == 0) {