mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[EXPLORER] CTrayWindow: Draw the sizer only when the taskbar is not locked.
This commit is contained in:
parent
488477d10d
commit
c54c5ebb5f
1 changed files with 4 additions and 0 deletions
|
@ -2168,6 +2168,10 @@ ChangePos:
|
|||
bHandled = FALSE;
|
||||
return 0;
|
||||
}
|
||||
else if (g_TaskbarSettings.bLock)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
return DrawSizerWithTheme((HRGN) wParam);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue