diff options
Diffstat (limited to 'wintable/test.c')
| -rw-r--r-- | wintable/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/test.c b/wintable/test.c index f58a92e..9e01a94 100644 --- a/wintable/test.c +++ b/wintable/test.c @@ -36,6 +36,7 @@ BOOL mainwinCreate(HWND hwnd, LPCREATESTRUCT lpcs) panic("(test program) error creating lfMessageFont HFONT"); SendMessageW(tablehwnd, WM_SETFONT, (WPARAM) font, TRUE); } + SetFocus(tablehwnd); return TRUE; } |
