More TODOs.
This commit is contained in:
parent
bad29faf1a
commit
d6ff23dacb
|
@ -61,8 +61,9 @@ HANDLER(headerNotifyHandler)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
if (nmhdr->code != HDN_ITEMCHANGED)
|
if (nmhdr->code != HDN_ITEMCHANGED)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
// TODO
|
// TODO make more intelligent
|
||||||
InvalidateRect(t->hwnd, NULL, TRUE);
|
InvalidateRect(t->hwnd, NULL, TRUE);
|
||||||
|
// TODO UpdateWindow()?
|
||||||
*lResult = 0;
|
*lResult = 0;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue