Fixed an error in windows/container.c.

This commit is contained in:
Pietro Gagliardi 2015-05-03 19:58:37 -04:00
parent 7086373807
commit 862f84292f
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ static HRESULT resize(uiContainer *cc, RECT *r)
d.yPadding = uiDlgUnitsToY(winYPadding, sys.baseY);
d.sys = &sys;
uiContainerResizeChildren(cc, r->left, r->top, r->right - r->left, r->bottom - r->top, &d);
return S_OK;
}
static LRESULT CALLBACK containerWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)