X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fshell%2Fexplorer%2Ftraywnd.cpp;h=9ca7b25781ca2cdc17d43566c77ed73584902fba;hp=e0b5aba452aa9093ef682aa32575f9483c16f7dd;hb=c54c5ebb5f320b6cfe8d355eec9f27f7dee111c8;hpb=488477d10d554041e6a357340d96c1daeb9ac70c diff --git a/base/shell/explorer/traywnd.cpp b/base/shell/explorer/traywnd.cpp index e0b5aba452a..9ca7b25781c 100644 --- a/base/shell/explorer/traywnd.cpp +++ b/base/shell/explorer/traywnd.cpp @@ -2168,6 +2168,10 @@ ChangePos: bHandled = FALSE; return 0; } + else if (g_TaskbarSettings.bLock) + { + return 0; + } return DrawSizerWithTheme((HRGN) wParam); }