Add support for closing MatterControl while printing

- Rename CloseAndRemoveAllChildren
This commit is contained in:
John Lewin 2016-01-12 11:20:27 -08:00
parent 58cada60af
commit 77633139aa
10 changed files with 39 additions and 29 deletions

View file

@ -70,7 +70,7 @@ namespace MatterHackers.MatterControl.CustomWidgets.LibrarySelector
{
LibraryProvider displayingProvider = currentLibraryProvider;
this.CloseAndRemoveAllChildren();
this.CloseAllChildren();
List<LibraryProvider> parentProviderList = new List<LibraryProvider>();
while (currentLibraryProvider != null)