mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[EXPLORER] CTrayWindow: Draw the sizer only when the taskbar is not locked.
This commit is contained in:
@@ -2168,6 +2168,10 @@ ChangePos:
|
||||
bHandled = FALSE;
|
||||
return 0;
|
||||
}
|
||||
else if (g_TaskbarSettings.bLock)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
return DrawSizerWithTheme((HRGN) wParam);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user