Resolved a TODO.
This commit is contained in:
parent
7e9f0c4c59
commit
69d6ecfac5
|
@ -24,7 +24,6 @@ static intmax_t value(struct spinbox *s)
|
|||
// This verifies the value put in, capping it automatically.
|
||||
// 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 wine only?
|
||||
val = SendMessageW(s->updown, UDM_GETPOS32, 0, (LPARAM) (&neededCap));
|
||||
if (neededCap) {
|
||||
s->inhibitChanged = TRUE;
|
||||
|
|
Loading…
Reference in New Issue