[PATCH 1/5] regedit: Update the status bar when moving to the 'Computer' root node

Hugh McMaster hugh.mcmaster at outlook.com
Wed May 31 08:06:55 CDT 2017


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 programs/regedit/childwnd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/regedit/childwnd.c b/programs/regedit/childwnd.c
index 2f77f2f..0e4ed57 100644
--- a/programs/regedit/childwnd.c
+++ b/programs/regedit/childwnd.c
@@ -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;
         }
 
-- 
2.7.4




More information about the wine-patches mailing list