Decided not to make Labels selectable; nothing does it and it's a platform detail.

This commit is contained in:
Pietro Gagliardi 2014-04-10 16:23:51 -04:00
parent 09e92b0eb3
commit 1516c0d938
1 changed files with 0 additions and 2 deletions

View File

@ -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?