From fabf069daf030d0ddc32b094e2445d61e4834a9b Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Mon, 29 Jan 2018 18:13:22 +0200 Subject: [PATCH] [EXPLORER] Fix showing the lock status in the taskbar popup menu --- base/shell/explorer/traywnd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/shell/explorer/traywnd.cpp b/base/shell/explorer/traywnd.cpp index 9ca7b25781c..bf71ad0e172 100644 --- a/base/shell/explorer/traywnd.cpp +++ b/base/shell/explorer/traywnd.cpp @@ -2993,7 +2993,7 @@ public: MF_BYCOMMAND); } - CheckMenuItem(hPopup, + CheckMenuItem(menubase, ID_LOCKTASKBAR, MF_BYCOMMAND | (g_TaskbarSettings.bLock ? MF_CHECKED : MF_UNCHECKED));