mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
[FancyZones] Reduce VRAM use (#8469)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user