mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
@@ -609,7 +609,7 @@ namespace FancyZonesEditor
|
||||
int pointsIndex = 0;
|
||||
for (int walk = row; walk < maxRow; walk++)
|
||||
{
|
||||
zone.HorizontalSnapPoints[pointsIndex++] = _rowInfo[walk].End + spacing / 2 - top;
|
||||
zone.HorizontalSnapPoints[pointsIndex++] = _rowInfo[walk].End + (spacing / 2) - top;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -626,7 +626,7 @@ namespace FancyZonesEditor
|
||||
int pointsIndex = 0;
|
||||
for (int walk = col; walk < maxCol; walk++)
|
||||
{
|
||||
zone.VerticalSnapPoints[pointsIndex++] = _colInfo[walk].End + spacing / 2 - left;
|
||||
zone.VerticalSnapPoints[pointsIndex++] = _colInfo[walk].End + (spacing / 2) - left;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user