yeatmanlab / AFQ-Browser

Browser-based visualization tools for AFQ results
BSD 3-Clause "New" or "Revised" License
33 stars 15 forks source link

Fix 3D brain mouseover highlight issue. #194

Closed richford closed 6 years ago

richford commented 6 years ago

Each fiber bundle in the 3D window has a mouseover highlight effect. But previously, if the user moused over a bundle and moused out of the 3D panel too quickly for the mouseout event to register, then the bundle would stay highlighted. This commit adds a mouseout event to the entire 3D panel to unhighlight any unchecked bundles.

arokem commented 6 years ago

Yep. This was a pretty annoying thing when it happened. Works great on my end, so I will go ahead and merge this.