Refacotring

Adding GitHub personal access token option
This commit is contained in:
Lars Brubaker 2021-04-23 18:07:32 -07:00
parent 23313cdd41
commit a23857c6eb
8 changed files with 58 additions and 6 deletions

View file

@ -760,7 +760,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
bool isSelected = selectedItem != null
&& (item == selectedItem
|| item.Ancestors().Any(p => p == selectedItem));
|| item.Parents().Any(p => p == selectedItem));
// Invoke all item Drawables
foreach (var drawable in itemDrawables.Where(d => d.DrawStage != DrawStage.Last && d.Enabled))