summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-10 16:23:51 -0400
committerPietro Gagliardi <[email protected]>2014-04-10 16:23:51 -0400
commit1516c0d938bbbb29978f0729def360721991c4d1 (patch)
tree13ef758c252ecdd34d39cefe8f2dbef188444f4b
parent09e92b0eb35e45b1cc18f295b2467ca5703fcca0 (diff)
Decided not to make Labels selectable; nothing does it and it's a platform detail.
-rw-r--r--todo.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo.md b/todo.md
index 360fbb0..9a97ea4 100644
--- a/todo.md
+++ b/todo.md
@@ -1,6 +1,4 @@
so I don't forget:
-- should Labels be selectable?
- - possibly an platform detail
- add bounds checking to Area's sizing methods
- describe thread-safety of Area.SetSize()
- should all instances of -1 as error returns from Windows functions be changed to ^0 or does the uintptr() conversion handle sign extension?