diff --git a/MatterControlLib/DesignTools/EditorTools/ScaleControls/ScaleCornerControl.cs b/MatterControlLib/DesignTools/EditorTools/ScaleControls/ScaleCornerControl.cs index 95a0abfe9..89a94fbab 100644 --- a/MatterControlLib/DesignTools/EditorTools/ScaleControls/ScaleCornerControl.cs +++ b/MatterControlLib/DesignTools/EditorTools/ScaleControls/ScaleCornerControl.cs @@ -268,7 +268,7 @@ namespace MatterHackers.Plugins.EditorTools yValueDisplayInfo.Visible = false; } - if (MouseDownOnControl) + if (MouseDownOnControl && hitPlane != null) { IntersectInfo info = hitPlane.GetClosestIntersection(mouseEvent3D.MouseRay);