mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
[FancyZones] Reduce VRAM use (#8469)
This commit is contained in:
parent
9d0d5db948
commit
9a906d427a
@ -120,8 +120,7 @@ bool ZoneWindow::Init(IZoneWindowHost* host, HINSTANCE hinstance, HMONITOR monit
|
||||
{
|
||||
return false;
|
||||
}
|
||||
const UINT dpi = GetDpiForMonitor(m_monitor);
|
||||
workAreaRect = Rect(mi.rcWork, dpi);
|
||||
workAreaRect = Rect(mi.rcWork);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user