zoom to selection is working
This commit is contained in:
parent
d4696dff2d
commit
a688bd61e4
6 changed files with 180 additions and 190 deletions
|
|
@ -184,10 +184,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
viewModes.Add(PartViewMode.Layers3D, layers3DButton);
|
||||
|
||||
if (!UserSettings.Instance.IsTouchScreen)
|
||||
{
|
||||
this.AddChild(layers3DButton);
|
||||
}
|
||||
this.AddChild(layers3DButton);
|
||||
|
||||
iconPath = Path.Combine("ViewTransformControls", "gcode_2d.png");
|
||||
layers2DButton = new RadioIconButton(StaticData.Instance.LoadIcon(iconPath, 16, 16).SetToColor(theme.TextColor), theme)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue