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:
parent
1afb369380
commit
2689792cd4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue