Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/Structures/PixelPicker.cs')
-rw-r--r--UVtools.WPF/Structures/PixelPicker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.WPF/Structures/PixelPicker.cs b/UVtools.WPF/Structures/PixelPicker.cs
index a3d26a0..c0459ff 100644
--- a/UVtools.WPF/Structures/PixelPicker.cs
+++ b/UVtools.WPF/Structures/PixelPicker.cs
@@ -6,7 +6,7 @@ namespace UVtools.WPF.Structures
public class PixelPicker : BindableBase
{
private bool _isSet;
- private Point _location = new Point(0,0);
+ private Point _location = new(0,0);
private byte _brightness;
public bool IsSet