Added UiHints to controls
This commit is contained in:
parent
082a8cdcc7
commit
c01afb5542
17 changed files with 177 additions and 40 deletions
|
|
@ -74,6 +74,8 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
|
||||
private ScaleController scaleController;
|
||||
|
||||
public override string UiHint => ScallingHint;
|
||||
|
||||
public ScaleWidthDepthEdgeControl(IObject3DControlContext context,
|
||||
Func<double> getWidth,
|
||||
Action<double> setWidth,
|
||||
|
|
@ -164,6 +166,8 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
Object3DControlContext.Scene.DrawSelection = true;
|
||||
Object3DControlContext.Scene.ShowSelectionShadow = true;
|
||||
}
|
||||
|
||||
base.CancelOperation();
|
||||
}
|
||||
|
||||
public override void Dispose()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue