Remove duplicate reload, guard against null reference on dragdrop

This commit is contained in:
John Lewin 2015-07-14 17:54:27 -07:00
parent 1f29bdaf95
commit d9ebf4c553
2 changed files with 1 additions and 2 deletions

View file

@ -367,7 +367,6 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
// and remove it from the data base
printItemWrapper.Delete();
LoadLibraryItems();
LibraryProvider.OnDataReloaded(null);
}