mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +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)
|
||||
{
|
||||
_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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user