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.Core/PixelEditor/PixelSupport.cs')
-rw-r--r--UVtools.Core/PixelEditor/PixelSupport.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UVtools.Core/PixelEditor/PixelSupport.cs b/UVtools.Core/PixelEditor/PixelSupport.cs
index 86cb240..a67a9e7 100644
--- a/UVtools.Core/PixelEditor/PixelSupport.cs
+++ b/UVtools.Core/PixelEditor/PixelSupport.cs
@@ -22,6 +22,7 @@ namespace UVtools.Core.PixelEditor
TipDiameter = tipDiameter;
PillarDiameter = pillarDiameter;
BaseDiameter = baseDiameter;
+ Size = new Size(TipDiameter, TipDiameter);
}
}
}