regedit: Update the status bar when moving to the 'Computer' root node.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hugh McMaster 2017-05-31 13:06:55 +00:00 committed by Alexandre Julliard
parent 1afb369380
commit 2689792cd4

View file

@ -180,6 +180,7 @@ static void OnTreeSelectionChanged(HWND hwndTV, HWND hwndLV, HTREEITEM hItem, BO
if (rootitem == hItem)
{
SendMessageW(hwndLV, LVM_DELETEALLITEMS, 0, 0);
UpdateStatusBar();
return;
}