mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
[Build] Upgraded NetAnalyzers to 7.0.1 (#24792)
* upgraded NetAnalyzers to 7.0.1 * fix spellcheck * Microsoft.CodeAnalysis.NetAnalyzers 7.0.1 * rebase and fix
This commit is contained in:
committed by
GitHub
parent
5492b4ae62
commit
5cbe9dd911
@@ -159,7 +159,7 @@ namespace FancyZonesEditor
|
||||
public abstract void Move(int delta);
|
||||
}
|
||||
|
||||
private class SnappyHelperMagnetic : SnappyHelperBase
|
||||
private sealed class SnappyHelperMagnetic : SnappyHelperBase
|
||||
{
|
||||
private List<int> magnetZoneSizes;
|
||||
private int freePosition;
|
||||
@@ -220,7 +220,7 @@ namespace FancyZonesEditor
|
||||
}
|
||||
}
|
||||
|
||||
private class SnappyHelperNonMagnetic : SnappyHelperBase
|
||||
private sealed class SnappyHelperNonMagnetic : SnappyHelperBase
|
||||
{
|
||||
public SnappyHelperNonMagnetic(IList<Int32Rect> zones, int zoneIndex, bool isX, ResizeMode mode, int screenAxisOrigin, int screenAxisSize)
|
||||
: base(zones, zoneIndex, isX, mode, screenAxisOrigin, screenAxisSize)
|
||||
|
||||
Reference in New Issue
Block a user