Fixing null and improving help text

This commit is contained in:
LarsBrubaker 2021-05-11 08:00:25 -07:00
parent 540bbcbba6
commit b5302eb1f4
4 changed files with 35 additions and 7 deletions

View file

@ -86,7 +86,7 @@ namespace MatterHackers.Plugins.EditorTools
// if another control gets a hover
if (Object3DControlContext.HoveredObject3DControl != this
&& Object3DControlContext.HoveredObject3DControl != null)
&& Object3DControlContext.HoveredObject3DControl != null)
{
return true;
}