mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Set default size for toolbar bitmap if not specified.
This commit is contained in:
parent
0c49c1c41d
commit
dc21c5e45a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user