Add support for closing MatterControl while printing
- Rename CloseAndRemoveAllChildren
This commit is contained in:
parent
58cada60af
commit
77633139aa
10 changed files with 39 additions and 29 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue