Consolidate GUIWidget WidgetHasBeenClosed and HasBeenClosed properties

This commit is contained in:
John Lewin 2016-04-25 12:51:29 -07:00
parent 8900730313
commit c2089b5aa3
11 changed files with 17 additions and 17 deletions

View file

@ -93,7 +93,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
PlatingHelper.ArrangeMeshGroups(asyncMeshGroups, asyncMeshGroupTransforms, asyncPlatingDatas, ReportProgressChanged);
});
if (WidgetHasBeenClosed)
if (HasBeenClosed)
{
return;
}