fix issue with draw scale controls
This commit is contained in:
parent
7dfff3ceae
commit
aee3fc6e3a
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
return shouldDrawScaleControls;
|
||||
}
|
||||
|
||||
private Matrix4X4 GetRingTransform()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue