More TODOs. Will this ever end...

This commit is contained in:
Pietro Gagliardi 2015-06-05 00:11:34 -04:00
parent de726086da
commit 5672b9cab9
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ struct radiobuttons {
uiDefineControlType(uiRadioButtons, uiTypeRadioButtons, struct radiobuttons)
// TODO arrow keys don't work for changing items
// TODO this wrecks the z-order
static BOOL onWM_COMMAND(uiControl *c, HWND clicked, WORD code, LRESULT *lResult)
{
struct radiobuttons *r = (struct radiobuttons *) c;