Resolved a TODO.

This commit is contained in:
Pietro Gagliardi 2015-06-05 16:05:49 -04:00
parent 7e9f0c4c59
commit 69d6ecfac5
1 changed files with 0 additions and 1 deletions

View File

@ -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;