Resolved a TODO; we were already doing the right hting.
This commit is contained in:
parent
bb617883d1
commit
91f7096257
|
@ -15,7 +15,6 @@ static BOOL onWM_COMMAND(uiControl *c, WORD code, LRESULT *lResult)
|
|||
if (code != EN_CHANGE)
|
||||
return FALSE;
|
||||
(*(e->onChanged))(uiEntry(e), e->onChangedData);
|
||||
// TODO EN_CHANGE return value
|
||||
*lResult = 0;
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue