fixed rest of info items

This commit is contained in:
Clint Rutkas
2019-12-12 15:00:24 -08:00
parent 63cb5ab883
commit 360a22c537
10 changed files with 66 additions and 65 deletions

View File

@@ -31,7 +31,7 @@ namespace FancyZonesEditor
public double[] HorizontalSnapPoints { get; set; }
private Rectangle _splitter;
private readonly Rectangle _splitter;
private bool _switchOrientation = false;
private Point _lastPos = new Point(-1, -1);
private Point _mouseDownPos = new Point(-1, -1);