Immediately give focus to the Table on startup in the test program.
This commit is contained in:
parent
7eaadad25c
commit
24790f0e7f
|
@ -36,6 +36,7 @@ BOOL mainwinCreate(HWND hwnd, LPCREATESTRUCT lpcs)
|
||||||
panic("(test program) error creating lfMessageFont HFONT");
|
panic("(test program) error creating lfMessageFont HFONT");
|
||||||
SendMessageW(tablehwnd, WM_SETFONT, (WPARAM) font, TRUE);
|
SendMessageW(tablehwnd, WM_SETFONT, (WPARAM) font, TRUE);
|
||||||
}
|
}
|
||||||
|
SetFocus(tablehwnd);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue