mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
[FancyZones] Child windows support (#16507)
This commit is contained in:
@@ -129,25 +129,3 @@ void MonitorWorkAreaHandler::Clear()
|
||||
{
|
||||
workAreaMap.clear();
|
||||
}
|
||||
|
||||
void MonitorWorkAreaHandler::UpdateZoneColors(const ZoneColors& colors)
|
||||
{
|
||||
for (const auto& workArea : workAreaMap)
|
||||
{
|
||||
for (const auto& workAreaPtr : workArea.second)
|
||||
{
|
||||
workAreaPtr.second->SetZoneColors(colors);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void MonitorWorkAreaHandler::UpdateOverlappingAlgorithm(OverlappingZonesAlgorithm overlappingAlgorithm)
|
||||
{
|
||||
for (const auto& workArea : workAreaMap)
|
||||
{
|
||||
for (const auto& workAreaPtr : workArea.second)
|
||||
{
|
||||
workAreaPtr.second->SetOverlappingZonesAlgorithm(overlappingAlgorithm);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user