mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 17:42:45 +08:00
spelling: essentially
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
aa19430d52
commit
beab8d2deb
@ -76,7 +76,7 @@ int GetHighlightedZoneIdx(const std::vector<RECT>& zones, const POINT& cursorPos
|
|||||||
|
|
||||||
void ShowZoneWindow()
|
void ShowZoneWindow()
|
||||||
{
|
{
|
||||||
// InvalidateRect will esentially send WM_PAINT to main window.
|
// InvalidateRect will essentially send WM_PAINT to main window.
|
||||||
UINT flags = SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE;
|
UINT flags = SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE;
|
||||||
SetWindowPos(mainWindow, nullptr, 0, 0, 0, 0, flags);
|
SetWindowPos(mainWindow, nullptr, 0, 0, 0, 0, flags);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user