mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 11:03:00 +00:00
[EXPLORER] CTrayWindow: Set the initial lock state in the band site
This alongside the previous commit, fix locking and unlocking the taskbar.
This commit is contained in:
parent
6d4a091b4a
commit
b95fff5bce
1 changed files with 3 additions and 0 deletions
|
@ -2080,6 +2080,9 @@ ChangePos:
|
|||
SetTimer(TIMER_ID_AUTOHIDE, AUTOHIDE_DELAY_HIDE, NULL);
|
||||
}
|
||||
|
||||
/* Set the initial lock state in the band site */
|
||||
m_TrayBandSite->Lock(g_TaskbarSettings.bLock);
|
||||
|
||||
RegisterHotKey(m_hWnd, IDHK_RUN, MOD_WIN, 'R');
|
||||
RegisterHotKey(m_hWnd, IDHK_MINIMIZE_ALL, MOD_WIN, 'M');
|
||||
RegisterHotKey(m_hWnd, IDHK_RESTORE_ALL, MOD_WIN|MOD_SHIFT, 'M');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue