google-code-export / simple-pygame-gui

Automatically exported from code.google.com/p/simple-pygame-gui
1 stars 1 forks source link

ListBox sets a dynamic attribute called values instead of items #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is inconsistent and makes no sense and I think must be a mistake. 
When I changed it from 'values' to 'items' (in ListBox.__init__), the
refreshing works properly.

Original issue reported on code.google.com by mackst...@gmail.com on 3 Oct 2008 at 4:58