[0.4.7][EXPLORER] Fix showing the lock status in the taskbar popup menu CORE-14058

regression was introduced by SVN 75313 == git
0e8444a310

fix cherry picked from 0.4.8-dev-931-g
fabf069daf
This commit is contained in:
Joachim Henze 2020-10-03 13:55:53 +02:00
parent be84e3f4e5
commit d7a6774bd7

View file

@ -3098,7 +3098,7 @@ public:
MF_BYCOMMAND);
}
CheckMenuItem(hPopup,
CheckMenuItem(menubase,
ID_LOCKTASKBAR,
MF_BYCOMMAND | (TrayWnd->Locked ? MF_CHECKED : MF_UNCHECKED));