fix issue with draw scale controls

This commit is contained in:
Lars Brubaker 2022-03-21 16:27:01 -07:00
parent 7dfff3ceae
commit aee3fc6e3a

View file

@ -180,7 +180,7 @@ namespace MatterHackers.Plugins.EditorTools
return false;
}
return true;
return shouldDrawScaleControls;
}
private Matrix4X4 GetRingTransform()