mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
User/bretan/fz remove legacy editor (#1)
* Removed and runs Still needs some extra cleanup and addressing open issues * Removed and runs Still needs some extra cleanup and addressing open issues * Clean * Update
This commit is contained in:
@@ -73,10 +73,8 @@ STDAPI PersistZoneSet(
|
||||
ZoneSetConfig(
|
||||
id,
|
||||
layoutId,
|
||||
reinterpret_cast<HMONITOR>(monitor),
|
||||
resolutionKey,
|
||||
ZoneSetLayout::Custom,
|
||||
0, 0, 0));
|
||||
MonitorFromPoint({}, MONITOR_DEFAULTTOPRIMARY),
|
||||
resolutionKey));
|
||||
|
||||
for (int i = 0; i < zoneCount; i++)
|
||||
{
|
||||
@@ -85,7 +83,7 @@ STDAPI PersistZoneSet(
|
||||
const int top = zones[baseIndex+1];
|
||||
const int right = zones[baseIndex+2];
|
||||
const int bottom = zones[baseIndex+3];
|
||||
zoneSet->AddZone(MakeZone({ left, top, right, bottom }), false);
|
||||
zoneSet->AddZone(MakeZone({ left, top, right, bottom }));
|
||||
}
|
||||
zoneSet->Save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user