Refacotring
Adding GitHub personal access token option
This commit is contained in:
parent
23313cdd41
commit
a23857c6eb
8 changed files with 58 additions and 6 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue