LibraryPrividerPlugin is a plug in creator.

This commit is contained in:
Lars Brubaker 2015-08-05 15:55:55 -07:00
parent 10fa7f4f61
commit 432ed5f505
7 changed files with 119 additions and 35 deletions

View file

@ -343,7 +343,7 @@ namespace MatterHackers.MatterControl
LibraryProviderSelector libraryProviderSelector = currentLibraryDataView.CurrentLibraryProvider.GetRootProvider() as LibraryProviderSelector;
if(libraryProviderSelector != null)
{
currentLibraryDataView.CurrentLibraryProvider = libraryProviderSelector.PurchasedLibrary;
currentLibraryDataView.CurrentLibraryProvider = libraryProviderSelector.GetPurchasedLibrary();
}
}