mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
[FancyZones] fix warning (#6203)
This commit is contained in:
@@ -124,7 +124,7 @@ namespace ZoneWindowDrawing
|
|||||||
ColorSetting const colorFlash{ OpacitySettingToAlpha(zoneOpacity), RGB(81, 92, 107), 200, RGB(104, 118, 138), -2 };
|
ColorSetting const colorFlash{ OpacitySettingToAlpha(zoneOpacity), RGB(81, 92, 107), 200, RGB(104, 118, 138), -2 };
|
||||||
|
|
||||||
std::vector<bool> isHighlighted(zones.size(), false);
|
std::vector<bool> isHighlighted(zones.size(), false);
|
||||||
for (int x : highlightZones)
|
for (size_t x : highlightZones)
|
||||||
{
|
{
|
||||||
isHighlighted[x] = true;
|
isHighlighted[x] = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user