mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
This reverts commit 2f9b753c5b.
This commit is contained in:
@@ -374,10 +374,6 @@ FancyZones::OnKeyDown(PKBDLLHOOKSTRUCT info) noexcept
|
|||||||
CycleActiveZoneSet(info->vkCode);
|
CycleActiveZoneSet(info->vkCode);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (m_dragEnabled && shift)
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -658,7 +654,6 @@ void FancyZones::AddZoneWindow(HMONITOR monitor, PCWSTR deviceId) noexcept
|
|||||||
{
|
{
|
||||||
m_zoneWindowMap[monitor] = std::move(zoneWindow);
|
m_zoneWindowMap[monitor] = std::move(zoneWindow);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (newWorkArea)
|
if (newWorkArea)
|
||||||
{
|
{
|
||||||
RegisterNewWorkArea(m_currentVirtualDesktopId, monitor);
|
RegisterNewWorkArea(m_currentVirtualDesktopId, monitor);
|
||||||
|
|||||||
Reference in New Issue
Block a user