comdlg32: Remove browser border for common item dialog.
This commit is contained in:
parent
e46c32ab46
commit
ae2794eac9
|
@ -1418,7 +1418,7 @@ static HRESULT init_explorerbrowser(FileDialogImpl *This)
|
|||
return hr;
|
||||
}
|
||||
|
||||
IExplorerBrowser_SetOptions(This->peb, EBO_SHOWFRAMES);
|
||||
IExplorerBrowser_SetOptions(This->peb, EBO_SHOWFRAMES | EBO_NOBORDER);
|
||||
|
||||
hr = IExplorerBrowser_Initialize(This->peb, This->dlg_hwnd, &rc, NULL);
|
||||
if(FAILED(hr))
|
||||
|
|
Loading…
Reference in New Issue