enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 284 forks source link

BUG: Fix bug with picker. #1102

Closed prabhuramachandran closed 2 years ago

prabhuramachandran commented 2 years ago

When picking, there is no way to remove the picker UI except picking away from an actor. However, when this happens an exception was raised due to a silly bug. This also changes the behavior now so we press escape/q/e keys it will no longer display the picker UI. Also fixes a bug with the wxPython scene for VTK 9.x.