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

DataViewCustomRenderer only accepts a string from DataViewModel #347

Open kynikos opened 9 years ago

kynikos commented 9 years ago

The DataViewCustomRenderer used in the database tree's DataViewModel only accepts a string as the value returned by DataViewModel's GetValue method. It would be more natural to just pass the Item object or the id as an integer instead. See also https://groups.google.com/forum/#!topic/wxpython-users/F9tqqwOcIFw