From b9e5ef8e4b042a3c734fbadac1d45e8302e6296a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 12 Apr 2014 21:27:15 -0400 Subject: [PATCH] Verified that the Listbox item text is vertically positioned properly on Mac OS X. --- todo.md | 1 - 1 file changed, 1 deletion(-) diff --git a/todo.md b/todo.md index 07bd7d1..56a594b 100644 --- a/todo.md +++ b/todo.md @@ -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