More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-05-19 13:39:08 -04:00
parent 3011068cae
commit 31aaf78718
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ static BOOL onWM_COMMAND(uiControl *c, WORD code, LRESULT *lResult)
// We don't need to worry about checking for an error; that flag should really be called "did we have to cap?".
// We DO need to set the value in case of a cap though.
// TODO if we have change events, we need to make sure doing this doesn't trigger a double event
// TODO wine only?
val = SendMessageW(s->updown, UDM_GETPOS32, 0, (LPARAM) (&neededCap));
if (neededCap)
SendMessageW(s->updown, UDM_SETPOS32, 0, (LPARAM) val);