summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-07 18:18:06 -0400
committerPietro Gagliardi <[email protected]>2014-06-07 18:18:06 -0400
commitc7e9c59d635a60ed555df54d41e479514a638a4c (patch)
treeae10210439c4cd0f7dec44586416f8f165585b5c
parent9f2669d583fcd4ed30dbd7313139762d22102036 (diff)
Removed previous commit from todo.md.
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index d7f2bb3..58971c5 100644
--- a/todo.md
+++ b/todo.md
@@ -2,7 +2,6 @@ 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...
-- key up with the Command key held and our new modifiers code doesn't seem to happen?
- make sure Areas get keyboard focus when clicking outside the actual Area space on Mac OS X
WINDOWS: