mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
Fixed some recent compiler warnings (#1734)
This commit is contained in:
@@ -152,7 +152,7 @@ namespace FancyZonesEditor
|
|||||||
|
|
||||||
protected override void OnMouseLeave(MouseEventArgs e)
|
protected override void OnMouseLeave(MouseEventArgs e)
|
||||||
{
|
{
|
||||||
_splitter.Fill = Brushes.Transparent;
|
_splitter.Fill = Brushes.Transparent;
|
||||||
base.OnMouseLeave(e);
|
base.OnMouseLeave(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -337,7 +337,7 @@ namespace FancyZonesEditor
|
|||||||
_gridModel.CellChildMap[row, col] = index--;
|
_gridModel.CellChildMap[row, col] = index--;
|
||||||
if (index < 0)
|
if (index < 0)
|
||||||
{
|
{
|
||||||
index = 0; ;
|
index = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user