More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-06-26 03:56:44 -04:00
parent a68ce7f94a
commit dd305141fd
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
ALL:
- vertical alignment of labels is a botch right now
- os x: very very wrong
- grids: currently requires labels to be filling, which might have implications...
- grids: currently requires labels to be filling for this to work
- won't cause any issues, just an inconvenience that should be addressed
MAC OS X:
- NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms)