LibraryPrividerPlugin is a plug in creator.
This commit is contained in:
parent
10fa7f4f61
commit
432ed5f505
7 changed files with 119 additions and 35 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue