From aee3fc6e3a1a159c4c4fca7463b7486e791d539d Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Mon, 21 Mar 2022 16:27:01 -0700 Subject: [PATCH] fix issue with draw scale controls --- .../EditorTools/ScaleControls/ScaleDiameterControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()