mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[REGEDIT]
When the root item in the treeview is selected, remove all items from the listview and wipe the address bar and status bar. svn path=/trunk/; revision=70402
This commit is contained in:
parent
c6356f2a1a
commit
46c7cd186e
1 changed files with 6 additions and 0 deletions
|
@ -348,6 +348,12 @@ UpdateAddress(HTREEITEM hItem, HKEY hRootKey, LPCWSTR pszPath)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
(void)ListView_DeleteAllItems(g_pChildWnd->hListWnd);
|
||||
SendMessageW(hStatusBar, SB_SETTEXTW, 0, (LPARAM)NULL);
|
||||
SendMessageW(g_pChildWnd->hAddressBarWnd, WM_SETTEXT, 0, (LPARAM)NULL);
|
||||
}
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Reference in a new issue