zoom to selection is working

This commit is contained in:
LarsBrubaker 2021-05-22 22:24:12 -07:00
parent d4696dff2d
commit a688bd61e4
6 changed files with 180 additions and 190 deletions

View file

@ -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)