Don't show selection control on gcode view.
This commit is contained in:
parent
5e119a672f
commit
5589b4e737
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
viewControls2D = new ViewControls2D();
|
||||
AddChild(viewControls2D);
|
||||
viewControls3D = new ViewControls3D(meshViewerWidget);
|
||||
viewControls3D.PartSelectVisible = false;
|
||||
AddChild(viewControls3D);
|
||||
viewControls3D.rotateButton.ClickButton(null);
|
||||
viewControls3D.Visible = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue