More exposition.

This commit is contained in:
Pietro Gagliardi 2015-04-11 10:34:26 -04:00
parent e3c5dc1995
commit 88a46d7a44
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ uiControl *uiWindowsNewControl(uiWindowsNewControlParams *p)
p->lpClassName, p->lpWindowName,
p->dwStyle | WS_CHILD | WS_VISIBLE,
0, 0,
// use a nonzero initial size just in case some control breaks with a zero initial size
100, 100,
initialParent, NULL, p->hInstance, NULL);
if (s->hwnd == NULL)