Added UiHints to controls

This commit is contained in:
LarsBrubaker 2021-06-06 09:07:18 -07:00
parent 082a8cdcc7
commit c01afb5542
17 changed files with 177 additions and 40 deletions

View file

@ -64,6 +64,8 @@ namespace MatterHackers.Plugins.EditorTools
private readonly InlineEditControl zValueDisplayInfo;
private bool hadClickOnControl;
public override string UiHint => ScallingHint;
public ScaleMatrixTopControl(IObject3DControlContext context)
: base(context)
{
@ -313,6 +315,8 @@ namespace MatterHackers.Plugins.EditorTools
Object3DControlContext.Scene.DrawSelection = true;
Object3DControlContext.Scene.ShowSelectionShadow = true;
}
base.CancelOperation();
}
public override void SetPosition(IObject3D selectedItem, MeshSelectInfo selectInfo)