mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 05:08:54 +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;
|
bHandled = FALSE;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
else if (g_TaskbarSettings.bLock)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
return DrawSizerWithTheme((HRGN) wParam);
|
return DrawSizerWithTheme((HRGN) wParam);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue