refactoring
This commit is contained in:
parent
c66838d5e3
commit
1dfe8b3ee5
59 changed files with 1210 additions and 1178 deletions
|
|
@ -176,7 +176,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
|
||||
#endregion // editable properties
|
||||
|
||||
public void DrawEditor(InteractionLayer layer, List<Object3DView> transparentMeshes, DrawEventArgs e, ref bool suppressNormalDraw)
|
||||
public void DrawEditor(Object3DControlLayer layer, List<Object3DView> transparentMeshes, DrawEventArgs e, ref bool suppressNormalDraw)
|
||||
{
|
||||
if (layer.Scene.SelectedItem != null
|
||||
&& layer.Scene.SelectedItem.DescendantsAndSelf().Where((i) => i == this).Any())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue