Put in new move in z control
Improved position of numbers
This commit is contained in:
parent
decf4a9b17
commit
661042d88b
8 changed files with 335 additions and 311 deletions
|
|
@ -482,7 +482,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
MeshViewerWidget.SetMaterialColor(1, ActiveTheme.Instance.PrimaryAccentColor);
|
||||
}, ref unregisterEvents);
|
||||
|
||||
meshViewerWidget.interactionVolumes.Add(new UpArrow3D(this));
|
||||
meshViewerWidget.interactionVolumes.Add(new MoveInZControl(this));
|
||||
meshViewerWidget.interactionVolumes.Add(new SelectionShadow(this));
|
||||
meshViewerWidget.interactionVolumes.Add(new SnappingIndicators(this));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue