diff --git a/MatterControlLib/Library/Widgets/ListView/ListView.cs b/MatterControlLib/Library/Widgets/ListView/ListView.cs index b86aeacf7..f3c96c914 100644 --- a/MatterControlLib/Library/Widgets/ListView/ListView.cs +++ b/MatterControlLib/Library/Widgets/ListView/ListView.cs @@ -422,7 +422,7 @@ namespace MatterHackers.MatterControl.CustomWidgets if (itemModel != null) { var activeContext = ApplicationController.Instance.DragDropData; - activeContext.SceneContext.AddToPlate(new[] { itemModel }); + activeContext.SceneContext?.AddToPlate(new[] { itemModel }); } } });