comdlg32: Remove browser border for common item dialog.

oldstable
Nikolay Sivov 2015-08-02 23:53:27 +03:00 committed by Alexandre Julliard
parent e46c32ab46
commit ae2794eac9
1 changed files with 1 additions and 1 deletions

View File

@ -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))