[FancyZones] Zone Number Settings (#14910)

This commit is contained in:
Davide Giacometti
2021-12-20 17:50:51 +01:00
committed by GitHub
parent 3805348afd
commit 288e0487a0
17 changed files with 208 additions and 73 deletions

View File

@@ -22,6 +22,7 @@ class ZonesOverlay
D2D1_COLOR_F fillColor;
D2D1_COLOR_F textColor;
ZoneIndex id;
bool showText;
};
struct AnimationInfo
@@ -67,5 +68,6 @@ public:
void Flash();
void DrawActiveZoneSet(const IZoneSet::ZonesMap& zones,
const ZoneIndexSet& highlightZones,
const ZoneColors& colors);
const ZoneColors& colors,
const bool showZoneText);
};