Fixing null and improving help text
This commit is contained in:
parent
540bbcbba6
commit
b5302eb1f4
4 changed files with 35 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue