small improvements for DesktopWindow

svn path=/trunk/; revision=5500
This commit is contained in:
Martin Fuchs
2003-08-09 22:38:39 +00:00
parent 5bdce2b978
commit 749c3d1719
4 changed files with 45 additions and 48 deletions
@@ -359,8 +359,8 @@ void ShellBrowserChild::OnTreeItemSelected(int idCtrl, LPNMTREEVIEW pnmtv)
if (pLastShellView)
pLastShellView->GetCurrentInfo(&fs);
else {
fs.fFlags = FVM_DETAILS;
fs.ViewMode = FWF_SNAPTOGRID;
fs.fFlags = FVM_DETAILS;
}
HRESULT hr = folder->CreateViewObject(_hwnd, IID_IShellView, (void**)&_pShellView);