mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Prevent number being swallow while dragging. (#788)
This commit is contained in:
committed by
GitHub
parent
8e8be502fd
commit
ee1a1fd614
@@ -224,7 +224,7 @@ IFACEMETHODIMP_(bool) FancyZones::OnKeyDown(PKBDLLHOOKSTRUCT info) noexcept
|
|||||||
// This allows you to cycle through ZoneSets while dragging a window
|
// This allows you to cycle through ZoneSets while dragging a window
|
||||||
Trace::FancyZones::OnKeyDown(info->vkCode, win, false /*control*/, true /*inMoveSize*/);
|
Trace::FancyZones::OnKeyDown(info->vkCode, win, false /*control*/, true /*inMoveSize*/);
|
||||||
CycleActiveZoneSet(info->vkCode);
|
CycleActiveZoneSet(info->vkCode);
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user