diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-06 22:52:17 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-06 22:52:17 -0400 |
| commit | 84c41112b381700aae6bf3bf59b4143716c75a82 (patch) | |
| tree | a9897d36ff2ad925b74d258e8b5699995690a448 | |
| parent | 42e2c130acffc2df9e1d9fe19a2b8b10281c3928 (diff) | |
Updated some TODOs.
| -rw-r--r-- | todo.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ 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) - asked: http://stackoverflow.com/questions/23046414/cocoa-how-do-i-get-nscombobox-indexofselecteditem-to-return-1-if-the-user-m - 10.6 also spits a bunch of NSNoAutoreleasePool() debug log messages even though I thoguht I had everything in an NSAutoreleasePool... -- OS X: key up with a modifier held and our new modifiers code doesn't seem to happen? +- key up with the Command key held and our new modifiers code doesn't seem to happen? - point out that Areas get keyboard focus automatically on click on Mac OS X - make sure Areas get keyboard focus when clicking outside the actual Area space on Mac OS X |
