Improved measure tool
This commit is contained in:
parent
ed0940605b
commit
f59b323c61
32 changed files with 277 additions and 81 deletions
|
|
@ -69,8 +69,8 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
private Vector2 sizeOnMouseDown;
|
||||
private Matrix4X4 matrixOnMouseDown;
|
||||
|
||||
public ScaleWidthDepthCornerControl(IObject3DControlContext context, int quadrant)
|
||||
: base(context)
|
||||
public ScaleWidthDepthCornerControl(IObject3DControlContext object3DControlContext, int quadrant)
|
||||
: base(object3DControlContext)
|
||||
{
|
||||
theme = MatterControl.AppContext.Theme;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue