kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

PropertyGrid doesn't support Tab traversal #331

Open kynikos opened 10 years ago

kynikos commented 10 years ago

wx.propgrid.PropertyGrid does get focus with Tab, but it doesn't release it when pressing Tab again after the last property has been selected.

Maybe this is another good reason to implement the property panel with a custom widget.