Even more TODOs.

This commit is contained in:
Pietro Gagliardi 2015-02-17 12:59:28 -05:00
parent 0fea01e246
commit 010c989da9
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ HANDLER(mouseDownSelectHandler)
// TODO separate this from here
// TODO other mouse buttons?
// don't check SetFocus()'s error (http://stackoverflow.com/questions/24073695/winapi-can-setfocus-return-null-without-an-error-because-thats-what-im-see)
// TODO NotifyWinEvent() here?
SetFocus(t->hwnd);
rc = lParamToRowColumn(t, lParam);
// don't check if lParamToRowColumn() returned row -1 or column -1; we want deselection behavior