mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
Fixed some recent compiler warnings (#1734)
This commit is contained in:
parent
958198b65a
commit
a6793588c6
@ -152,7 +152,7 @@ namespace FancyZonesEditor
|
||||
|
||||
protected override void OnMouseLeave(MouseEventArgs e)
|
||||
{
|
||||
_splitter.Fill = Brushes.Transparent;
|
||||
_splitter.Fill = Brushes.Transparent;
|
||||
base.OnMouseLeave(e);
|
||||
}
|
||||
|
||||
|
@ -337,7 +337,7 @@ namespace FancyZonesEditor
|
||||
_gridModel.CellChildMap[row, col] = index--;
|
||||
if (index < 0)
|
||||
{
|
||||
index = 0; ;
|
||||
index = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user