mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[FancyZones] Overlapping zones selection algorithm - settings (#9874)
* Started work * Removed bools in favor of an enum, renamed some * Done something but it still doesn't work * Settings are now correctly saved * I'm getting a crash, I need to rebuild from scratch * Settings page looks alright * Completed work. Unit tests? * Use ComboBox instead * Add telemetry * Update text
This commit is contained in:
@@ -406,7 +406,8 @@ void ZoneWindow::CalculateZoneSet() noexcept
|
||||
zoneSetId,
|
||||
activeZoneSet.type,
|
||||
m_monitor,
|
||||
sensitivityRadius));
|
||||
sensitivityRadius,
|
||||
m_host->GetOverlappingZonesAlgorithm()));
|
||||
|
||||
RECT workArea;
|
||||
if (m_monitor)
|
||||
|
||||
Reference in New Issue
Block a user