Consolidate GUIWidget WidgetHasBeenClosed and HasBeenClosed properties
This commit is contained in:
parent
8900730313
commit
c2089b5aa3
11 changed files with 17 additions and 17 deletions
|
|
@ -93,7 +93,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
PlatingHelper.ArrangeMeshGroups(asyncMeshGroups, asyncMeshGroupTransforms, asyncPlatingDatas, ReportProgressChanged);
|
||||
});
|
||||
|
||||
if (WidgetHasBeenClosed)
|
||||
if (HasBeenClosed)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue