Commit 2689792c authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

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

parent 1afb3693
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment