mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +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:
@@ -66,7 +66,7 @@ public:
|
||||
void Hide();
|
||||
void Show();
|
||||
void Flash();
|
||||
void DrawActiveZoneSet(const IZoneSet::ZonesMap& zones,
|
||||
void DrawActiveZoneSet(const ZonesMap& zones,
|
||||
const ZoneIndexSet& highlightZones,
|
||||
const Colors::ZoneColors& colors,
|
||||
const bool showZoneText);
|
||||
|
||||
Reference in New Issue
Block a user