More TODOs.
This commit is contained in:
parent
3011068cae
commit
31aaf78718
|
@ -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 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.
|
// 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 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));
|
val = SendMessageW(s->updown, UDM_GETPOS32, 0, (LPARAM) (&neededCap));
|
||||||
if (neededCap)
|
if (neededCap)
|
||||||
SendMessageW(s->updown, UDM_SETPOS32, 0, (LPARAM) val);
|
SendMessageW(s->updown, UDM_SETPOS32, 0, (LPARAM) val);
|
||||||
|
|
Loading…
Reference in New Issue