diff --git a/MatterControlLib/DesignTools/EditorTools/ScaleControls/ScaleDiameterControl.cs b/MatterControlLib/DesignTools/EditorTools/ScaleControls/ScaleDiameterControl.cs index 7a3ed509f..3d3afe0a6 100644 --- a/MatterControlLib/DesignTools/EditorTools/ScaleControls/ScaleDiameterControl.cs +++ b/MatterControlLib/DesignTools/EditorTools/ScaleControls/ScaleDiameterControl.cs @@ -180,7 +180,7 @@ namespace MatterHackers.Plugins.EditorTools return false; } - return true; + return shouldDrawScaleControls; } private Matrix4X4 GetRingTransform()