Set default size for toolbar bitmap if not specified.

This commit is contained in:
Yuri Kozlov 2005-08-29 09:39:04 +00:00 committed by Alexandre Julliard
parent 0c49c1c41d
commit dc21c5e45a

View File

@ -4719,7 +4719,7 @@ TOOLBAR_SetBitmapSize (HWND hwnd, WPARAM wParam, LPARAM lParam)
FIXME("wParam is %d. Perhaps image list index?\n", wParam);
if ((LOWORD(lParam) <= 0) || (HIWORD(lParam)<=0))
return FALSE;
lParam = MAKELPARAM(16, 15);
if (infoPtr->nNumButtons > 0)
WARN("%d buttons, undoc increase to bitmap size : %d-%d -> %d-%d\n",