mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Fixed some recent compiler warnings (#1734)
This commit is contained in:
@@ -337,7 +337,7 @@ namespace FancyZonesEditor
|
||||
_gridModel.CellChildMap[row, col] = index--;
|
||||
if (index < 0)
|
||||
{
|
||||
index = 0; ;
|
||||
index = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user