diff options
Diffstat (limited to 'wintable/select.h')
| -rw-r--r-- | wintable/select.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wintable/select.h b/wintable/select.h index 117dad5..bc7c0b1 100644 --- a/wintable/select.h +++ b/wintable/select.h @@ -99,6 +99,10 @@ noScroll: if (InvalidateRect(t->hwnd, &r, TRUE) == 0) panic("error queueing newly selected row for redraw in doselect()"); } + + // TODO notify on the old row too? + NotifyWinEvent(EVENT_OBJECT_SELECTION, t->hwnd, OBJID_CLIENT, t->selectedRow); + // TODO send EVENT_OBJECT_STATECHANGED too? } // TODO make this needless |
