mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
[FancyZones] Fix canvas layout with scaling reset issue (#17186)
* canvas scaling * predef layout check * return false on custom layout error * clean up * update unit tests * spelling * floating point convert * fix build
This commit is contained in:
@@ -277,7 +277,7 @@ void ZonesOverlay::Flash()
|
||||
m_cv.notify_all();
|
||||
}
|
||||
|
||||
void ZonesOverlay::DrawActiveZoneSet(const IZoneSet::ZonesMap& zones,
|
||||
void ZonesOverlay::DrawActiveZoneSet(const ZonesMap& zones,
|
||||
const ZoneIndexSet& highlightZones,
|
||||
const Colors::ZoneColors& colors,
|
||||
const bool showZoneText)
|
||||
|
||||
Reference in New Issue
Block a user