mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
fix FOLDERSETTINGS usage
svn path=/trunk/; revision=5501
This commit is contained in:
@@ -359,8 +359,8 @@ void ShellBrowserChild::OnTreeItemSelected(int idCtrl, LPNMTREEVIEW pnmtv)
|
||||
if (pLastShellView)
|
||||
pLastShellView->GetCurrentInfo(&fs);
|
||||
else {
|
||||
fs.ViewMode = FWF_SNAPTOGRID;
|
||||
fs.fFlags = FVM_DETAILS;
|
||||
fs.ViewMode = FVM_DETAILS;
|
||||
fs.fFlags = 0;
|
||||
}
|
||||
|
||||
HRESULT hr = folder->CreateViewObject(_hwnd, IID_IShellView, (void**)&_pShellView);
|
||||
|
||||
Reference in New Issue
Block a user