mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user