Only register for updates from the currently visible library provider rather than all that have been allocated.

Got rid of rooted event handler on LibraryPrivider
This commit is contained in:
Lars Brubaker 2015-07-27 10:27:22 -07:00
parent c61f38fc1b
commit 67f86d0ab2
6 changed files with 34 additions and 13 deletions

View file

@ -304,7 +304,7 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
{
}
LibraryProvider.OnDataReloaded(null);
OnDataReloaded(null);
}
private string GetPathFromLocator(List<ProviderLocatorNode> providerLocator)