Making controls more independent

This commit is contained in:
LarsBrubaker 2020-09-12 13:09:17 -07:00
parent 95543966d3
commit 77ec3d5909
43 changed files with 532 additions and 562 deletions

View file

@ -44,7 +44,7 @@ using MatterHackers.VectorMath;
namespace MatterHackers.Plugins.EditorTools
{
public class ScaleCornerControl : Object3DControlBase
public class ScaleCornerControl : Object3DControl
{
public IObject3D ActiveSelectedItem { get; set; }