NO-OP: whitespace and some guaranteed assertion removal
[ardour.git] / gtk2_ardour / editor_canvas.cc
index 72a86808d0aac88ae02c2f4c323206cc170e7922..2e92a374804a99ad06e6624d7296ac38b29f0d3a 100644 (file)
@@ -373,6 +373,9 @@ Editor::track_canvas_drag_data_received (const RefPtr<Gdk::DragContext>& context
                                         const SelectionData& data,
                                         guint info, guint time)
 {
+       if (!ARDOUR_UI_UTILS::engine_is_running ()) {
+               return;
+       }
        if (data.get_target() == "regions") {
                drop_regions (context, x, y, data, info, time);
        } else {