Fix spelling
This commit is contained in:
parent
7f7e10bad8
commit
ada5e28140
7 changed files with 23 additions and 23 deletions
|
|
@ -345,7 +345,7 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
base.OnMouseUp(mouseEvent3D);
|
||||
}
|
||||
|
||||
public override void CancelOpperation()
|
||||
public override void CancelOperation()
|
||||
{
|
||||
IObject3D selectedItem = RootSelection;
|
||||
if (selectedItem != null
|
||||
|
|
@ -359,7 +359,7 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
InteractionContext.Scene.ShowSelectionShadow = true;
|
||||
}
|
||||
|
||||
base.CancelOpperation();
|
||||
base.CancelOperation();
|
||||
}
|
||||
|
||||
public override void SetPosition(IObject3D selectedItem)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue