Verified that the Listbox item text is vertically positioned properly on Mac OS X.

This commit is contained in:
Pietro Gagliardi 2014-04-12 21:27:15 -04:00
parent ac633a8694
commit b9e5ef8e4b
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
important things:
- I think Cocoa listbox item text is too low?
- NSPopUpButton does allow no initial selection ([b setSelectedIndex:-1]); use it
- need to use it /after/ adding initial items, otherwise it won't work
- find out if I can do the same with the ListBoxes