Commit 51c77f56 authored by Daniel Jelinski's avatar Daniel Jelinski Committed by Alexandre Julliard

comdlg32: Make tests pass with native comctl32.

parent aec1c956
......@@ -3041,6 +3041,7 @@ static HRESULT WINAPI IFileDialogCustomize_fnAddMenu(IFileDialogCustomize *iface
This->cctrl_def_height, &ctrl);
if(SUCCEEDED(hr))
{
SendMessageW(ctrl->hwnd, TB_BUTTONSTRUCTSIZE, sizeof(tbb), 0);
ctrl->type = IDLG_CCTRL_MENU;
/* Add the actual button with a popup menu. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment