Added UiHints to controls
This commit is contained in:
parent
082a8cdcc7
commit
c01afb5542
17 changed files with 177 additions and 40 deletions
|
|
@ -72,6 +72,8 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
private readonly InlineEditControl yValueDisplayInfo;
|
||||
private bool hadClickOnControl;
|
||||
|
||||
public override string UiHint => ScallingHint;
|
||||
|
||||
public ScaleMatrixEdgeControl(IObject3DControlContext context, int edgeIndex)
|
||||
: base(context)
|
||||
{
|
||||
|
|
@ -365,6 +367,8 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
Object3DControlContext.Scene.DrawSelection = true;
|
||||
Object3DControlContext.Scene.ShowSelectionShadow = true;
|
||||
}
|
||||
|
||||
base.CancelOperation();
|
||||
}
|
||||
|
||||
public override void SetPosition(IObject3D selectedItem, MeshSelectInfo selectInfo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue