[EXPLORER] CTrayWindow: Draw the sizer only when the taskbar is not locked.

This commit is contained in:
Giannis Adamopoulos 2018-01-29 00:27:45 +02:00
parent 488477d10d
commit c54c5ebb5f

View file

@ -2168,6 +2168,10 @@ ChangePos:
bHandled = FALSE;
return 0;
}
else if (g_TaskbarSettings.bLock)
{
return 0;
}
return DrawSizerWithTheme((HRGN) wParam);
}