Filter Add Base Object to IPatheObjects
issue: MatterHackers/MCCentral#3627 Filter "Add Base" to items that have a descendant of IVertexSource
This commit is contained in:
parent
e149b76d56
commit
97dabda7ca
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ namespace MatterHackers.MatterControl
|
|||
return Task.CompletedTask;
|
||||
},
|
||||
(sceneItem) => true,
|
||||
(sceneItem) => true);
|
||||
(sceneItem) => sceneItem.DescendantsAndSelf().Any((i) => i is IPathObject));
|
||||
|
||||
ActiveSliceSettings.SettingChanged.RegisterEvent((s, e) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue